diff --git a/.github/ISSUE_TEMPLATE/bug-template.yaml b/.github/ISSUE_TEMPLATE/bug-template.yaml index 47e95ebf..9c18bf63 100644 --- a/.github/ISSUE_TEMPLATE/bug-template.yaml +++ b/.github/ISSUE_TEMPLATE/bug-template.yaml @@ -24,7 +24,7 @@ body: - type: textarea attributes: label: 环境信息 - description: 扩展版本、浏览器版本、做出的自定义设置。 + description: **请勿修改 issue 模版。**扩展版本、浏览器版本、以及你做出的自定义设置。 placeholder: | - 浏览器(如 Google Chrome): - 浏览器版本(如 126.0.6478.126): @@ -37,7 +37,7 @@ body: - 浏览器版本(如 126.0.6478.126): - BewlyBewly 版本(如 0.20.1): - 如果你修改了 BewlyBewly 的设置,请写在下面(填过后方便排查,可粗略写成类似:设置了顶栏自动隐藏导致这个问题,没有设置时没有): + 如果你修改了 BewlyBewly 的设置,请写在下面(这将方便我们排查问题,可粗略写成类似“设置了 ○○○○ 后出现这个问题”〔将“○○○○”替换为你的设置项〕): validations: required: true @@ -61,11 +61,19 @@ body: - type: checkboxes attributes: label: 最终确认 - description: 你必须确认以下所有内容,看都不看直接打勾将被 close + lock。 + description: 请确认以下所有内容,看都不看直接打勾将被 close + lock。 options: - - label: 我确认此问题应该未在其他 issue 中出现过。 - required: true + - label: 我确认此问题未在其他 issue 中出现过。 + required: false - label: 我确认我已阅读“[常見問題](https://github.com/BewlyBewly/BewlyBewly/wiki/%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C)”页面,其中没有对应我问题的解决方案。 - required: true + required: false - label: 我确认我正在使用最新的 BewlyBewly 版本。 - required: true + required: false + + - type: checkboxes + attributes: + label: 作出贡献? + description: **此选项非必选,如果你不晓得这里在说什么,请勿勾选。**我们欢迎任何人贡献代码,见[CONTRIBUTING.md](https://github.com/BewlyBewly/BewlyBewly/blob/main/docs/CONTRIBUTING.md) + options: + - label: 我将自行提交一个 PR 来解决此问题。 + required: false