diff --git a/.github/ISSUE_TEMPLATE/1bug_report.yml b/.github/ISSUE_TEMPLATE/1bug_report.yml index 9c7ba624..397de25c 100644 --- a/.github/ISSUE_TEMPLATE/1bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1bug_report.yml @@ -1,10 +1,10 @@ name: Bug Report -about: Things don't work as intended +description: Things don't work as intended labels: "bug" body: - type: checkboxes - id: testing + id: testing1 attributes: label: I've already installed the latest version of Koodo Reader options: @@ -14,7 +14,7 @@ body: required: true - type: checkboxes - id: testing + id: testing2 attributes: label: There are no similar issues on the issue list options: @@ -24,7 +24,7 @@ body: required: true - type: checkboxes - id: testing + id: testing3 attributes: label: I've already read the Q&A document, still can't solve it. description: https://www.notion.so/troyeguo/01aaa516687c418499f713d34793b9ad?v=54d51fe1688a4f8ab5784b17e4df3308 @@ -48,6 +48,7 @@ body: required: true - type: textarea + id: app_version attributes: label: App Version description: which version of Koodo Reader you are using ? @@ -55,6 +56,7 @@ body: required: true - type: textarea + id: bug_detail attributes: label: Bug Detail description: Please describe your problem in detail @@ -62,6 +64,7 @@ body: required: true - type: textarea + id: screenshot attributes: label: Screenshots description: If applicable, add screenshots to help explain your problem. @@ -70,6 +73,7 @@ body: required: false - type: textarea + id: download attributes: label: Download link description: Attach your book if you think it's helpful diff --git a/.github/ISSUE_TEMPLATE/2feature_request.yml b/.github/ISSUE_TEMPLATE/2feature_request.yml index 8169cfd8..255d23d2 100644 --- a/.github/ISSUE_TEMPLATE/2feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2feature_request.yml @@ -3,7 +3,7 @@ description: What feature do you think is missing in Koodo Reader labels: "feature request" body: - type: checkboxes - id: testing + id: testing1 attributes: label: I've read Koodo's roadmap, there is no similar feature. options: @@ -13,7 +13,7 @@ body: required: true - type: checkboxes - id: testing + id: testing2 attributes: label: This issue only contains one feature request. options: @@ -23,6 +23,7 @@ body: required: true - type: textarea + id: introduction attributes: label: Brief Introduction description: Brief introduction to this feature @@ -30,6 +31,7 @@ body: required: true - type: textarea + id: detail attributes: label: Details description: More details about this feature diff --git a/.github/ISSUE_TEMPLATE/4问题反馈.yml b/.github/ISSUE_TEMPLATE/4问题反馈.yml index 0f00ab56..0c77e647 100644 --- a/.github/ISSUE_TEMPLATE/4问题反馈.yml +++ b/.github/ISSUE_TEMPLATE/4问题反馈.yml @@ -2,13 +2,8 @@ name: 问题反馈 description: 我在使用 Koodo Reader 时遇到了问题 labels: "bug" body: - - type: markdown - attributes: - value: | - Please [search for existing issues](https://github.com/troyeguo/koodo-reader/issues) before creating a new one. - - type: checkboxes - id: testing + id: testing1 attributes: label: 我已经安装了最新版的 Koodo Reader options: @@ -18,7 +13,7 @@ body: required: true - type: checkboxes - id: testing + id: testing2 attributes: label: 我已经搜索了已有的 Issues列表,没有找到类似的issue options: @@ -28,7 +23,7 @@ body: required: true - type: checkboxes - id: testing + id: testing3 attributes: label: 我已经阅读了 Koodo Reader 的帮助文档,仍然无法解决 description: https://www.notion.so/troyeguo/01aaa516687c418499f713d34793b9ad?v=54d51fe1688a4f8ab5784b17e4df3308 @@ -51,6 +46,7 @@ body: required: true - type: textarea + id: version attributes: label: Koodo Reader 版本 description: 您可以在设置->版本号查看 @@ -58,6 +54,7 @@ body: required: true - type: textarea + id: bug attributes: label: 我遇到的问题 description: 描述您遇到的问题以及如何复现该问题 @@ -65,6 +62,7 @@ body: required: true - type: textarea + id: screenshot attributes: label: 截图或录像 description: 截图和录像会帮助开发者定位问题 @@ -72,6 +70,7 @@ body: required: false - type: textarea + id: download attributes: label: 图书的下载链接 description: 您遇到问题时正在阅读的图书 diff --git a/.github/ISSUE_TEMPLATE/5功能建议.yml b/.github/ISSUE_TEMPLATE/5功能建议.yml index 3d409070..d6d1aac0 100644 --- a/.github/ISSUE_TEMPLATE/5功能建议.yml +++ b/.github/ISSUE_TEMPLATE/5功能建议.yml @@ -3,7 +3,7 @@ description: 我希望 Koodo Reader 增加这个功能 labels: "feature request" body: - type: checkboxes - id: testing + id: testing1 attributes: label: 我已经阅读了Koodo的开发计划,没有找到类似的需求 options: @@ -13,7 +13,7 @@ body: required: true - type: checkboxes - id: testing + id: testing2 attributes: label: 这个Issue没有同时提多个需求. options: @@ -23,12 +23,14 @@ body: required: true - type: textarea + id: introduction attributes: label: 简单介绍 validations: required: true - type: textarea + id: detail attributes: label: 细节描述 validations: diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index a06fdeb3..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,93 +0,0 @@ -name: "Bug Report" -description: Create a report to help us improve -labels: "🐛 Bug" -body: - - type: markdown - attributes: - value: | - Please [search for existing issues](https://github.com/WeakAuras/WeakAuras2/issues) before creating a new one. - - - type: textarea - attributes: - label: Description - description: What did you expect to happen and what happened instead? - validations: - required: true - - - type: input - attributes: - label: WeakAuras Version - description: | - You can see the current version in the title bar of the options window, if the options do not open, check the CurseForge app or the `## Version:` field in the WeakAuras.toc file. - placeholder: "WeakAuras 2.2.0" - validations: - required: true - - - type: dropdown - id: flavor - attributes: - label: World of Warcraft Flavor - description: What version of World of Warcraft are are you running? - options: - - Retail (Default) - - Classic - - The Burning Crusade - validations: - required: true - - - type: checkboxes - id: testing - attributes: - label: Tested with only WeakAuras - description: Did you try having WeakAuras as the only enabled addon and everything else (especially something like ElvUI) disabled? - options: - - label: "Yes" - - label: "No" - validations: - required: true - - - type: textarea - attributes: - label: Lua Error - description: | - Do you have an error log of what happened? If you don't see any errors, make sure that error reporting is enabled (`/console scriptErrors 1`) or install [BugSack](https://www.curseforge.com/wow/addons/bugsack) & [BugGrabber](https://www.curseforge.com/wow/addons/bug-grabber), yes both are needed. - Note that if the error looks like `[string "--[[ Error in ' my awesome aura' ]` then the bug is in the aura that got mentioned, not in WeakAuras itself. - validations: - required: false - - - type: textarea - attributes: - label: Reproduction Steps - description: Please list out the steps to reproduce your bug. - placeholder: | - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error - validations: - required: true - - - type: input - attributes: - label: Last Good Version - description: | - Was it working in a previous version? If yes, which was the last good one? - placeholder: "WeakAuras 2.1.0" - validations: - required: false - - - type: textarea - attributes: - label: Screenshots - description: If applicable, add screenshots to help explain your problem. - placeholder: Click here to attach your screenshots via the editor button in the top right. - validations: - required: false - - - type: textarea - attributes: - label: Export String - description: If you do not know which aura is causing issues for you, please attach a ZIP archive of your WeakAuras SavedVariables file, it's the `WeakAuras.lua` file in `World of Warcraft\_retail_\WTF\Account\YOUR_ACCOUNT\SavedVariables\`. In case you do, please export the string and paste it below. - placeholder: Paste your exported WeakAuras string here. - validations: - required: false