From 0fd42930cee7057db336729dd878270401bc5cb3 Mon Sep 17 00:00:00 2001 From: nanmu Date: Tue, 17 Mar 2026 20:55:12 +0800 Subject: [PATCH] Add issue and PR templates, direct to server repo (fixes #3) --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/issue.md | 32 +++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 19 ++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d26a82e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Server repository (bugs, features, game logic) + url: https://github.com/decompfrontier/server/issues + about: For server emulator issues, game logic, or general Brave Frontier offline mod discussion, please open an issue in the server repository. diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..855e9fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,32 @@ +--- +name: Issue (offline-proxy) +about: Report a bug or request related to this proxy (DLL / build / packaging only) +title: '' +labels: '' +assignees: '' +--- + +**Before opening an issue here** + +- **Server / game logic / offline mod behaviour:** please use the **[server repository](https://github.com/decompfrontier/server/issues)** instead. Many issues (e.g. connection, game behaviour, server bugs) belong there. +- **This repo (offline-proxy)** is for the Windows proxy DLL, build, and packaging only. + +--- + +**Description** + +(Describe your issue.) + +**Environment** + +- Windows version: +- Build preset used (e.g. deploy-vs, debug-mingw): + +**Steps to reproduce** (if applicable) + +1. +2. + +**Expected vs actual** + +(What you expected vs what happened.) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..7368610 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## Description + +(Brief description of the change.) + +## Type of change + +- [ ] Bug fix +- [ ] Documentation +- [ ] Build / CI +- [ ] Other (please describe) + +## Checklist + +- [ ] Change is limited to this repository (offline-proxy). For server or game-logic changes, please open a PR in the [server repository](https://github.com/decompfrontier/server) instead. +- [ ] Build passes with the preset(s) you used (e.g. `deploy-vs`, `debug-mingw`). + +--- + +**Related issue:** (e.g. Fixes #3)