From 16e67cd63e106a6deeb9e1f213a025bc0ec5f8ac Mon Sep 17 00:00:00 2001 From: LEO Yoon-Tsaw Date: Thu, 23 May 2024 21:20:09 -0400 Subject: [PATCH] Update issue templates Added 2 bug report templates --- .../bug-\345\240\261\345\221\212.md" | 29 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/bug-\345\240\261\345\221\212.md" create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git "a/.github/ISSUE_TEMPLATE/bug-\345\240\261\345\221\212.md" "b/.github/ISSUE_TEMPLATE/bug-\345\240\261\345\221\212.md" new file mode 100644 index 000000000..03712ce3a --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/bug-\345\240\261\345\221\212.md" @@ -0,0 +1,29 @@ +--- +name: Bug 報告 +about: 我覺得這是個 Bug +title: "[Bug]" +labels: '' +assignees: '' + +--- + +**簡要描述 Bug:** +(簡單地描述你遇到的 Bug) + +**預期行爲:** + +**實際行爲:** + +**環境** + - 系統版本: (macOS 14.5) + - 鼠鬚管版本: (1.0.0) + - 方案: (如果你用的是自定義或第三方的方案,且該 Bug 可能與方案有關,請提供方案鏈接) + - [ ] 使用了 Lua: (用了甚麼 Lua 腳本?) + - [ ] 與其它 App 有關: (哪個 App?) + +**我試過:** + - [ ] 我換了內置的方案(如`朙月拼音`)後問題仍存在 + - [ ] 我找到了導致問題出現的具體設置: (何設置?) + - [ ] 這是個新 Bug,以前真的沒有 + - [ ] 我對原因有一些猜想: (你的寳貴想法) + - [ ] 在 Issues(包括已關閉的 Issue) 中未找到相關的報告 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..35bf0fa0a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Is this a bug? +title: "[Bug]" +labels: '' +assignees: '' + +--- + +**Describe the bug:** +(A clear and concise description of the bug.) + +**Expected behavior:** + +**Actual behavior:** + +**Environment** + - OS version: (macOS 14.5) + - Squirrel version: (1.0.0) + - Schema: (If you are using a custom schema, and think it might be related to the schema, please provide a link) + - [ ] Using Lua: (what Lua script do you use?) + - [ ] Related to other apps: (which app?) + +**Things you've tried** + - [ ] I tried a built-in schema (like `luna pinyin`), but the bug persists + - [ ] I found the exact setting that produced this bug: (which one?) + - [ ] This bug is new in this version + - [ ] I think the cause might be: (your thoughts) + - [ ] I don't find a similar report in Issues (including closed Issues)