From 145224bff3437dce8ebea556f7ded21d93fee8d4 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Thu, 4 Aug 2022 13:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9Aissue=20=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=A8=A1=E6=9D=BF=EF=BC=88=E8=AF=B7=E5=8A=A1=E5=BF=85?= =?UTF-8?q?=E6=8C=89=E7=85=A7=E6=A8=A1=E6=9D=BF=E5=A1=AB=E5=86=99=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=B5=AA=E8=B4=B9=E4=BD=A0=E6=88=91=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E9=97=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 11 ++ .github/ISSUE_TEMPLATE/issue_template_bug.md | 71 ----------- .github/ISSUE_TEMPLATE/issue_template_bug.yml | 110 ++++++++++++++++++ ...uggest.yaml => issue_template_suggest.yml} | 8 +- 4 files changed, 125 insertions(+), 75 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/issue_template_bug.md create mode 100644 .github/ISSUE_TEMPLATE/issue_template_bug.yml rename .github/ISSUE_TEMPLATE/{issue_template_suggest.yaml => issue_template_suggest.yml} (92%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..4f465699 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub Wiki + url: https://github.com/pppscn/SmsForwarder/wiki + about: 新用户必看! + - name: Gitee Wiki + url: https://gitee.com/pp/SmsForwarder/wikis/pages + about: 新用户必看! + - name: SmsForwarder 使用流程与问题排查流程 + url: https://camo.githubusercontent.com/3387767d81ab00f787e62b17304c8b85a51151cdbc66dc022a49875d0529f6e8/68747470733a2f2f696d616765732e67697465652e636f6d2f75706c6f6164732f696d616765732f323032322f303733302f3231343331345f62323338396561655f31363237332e706e67 + about: 新用户必看! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/issue_template_bug.md b/.github/ISSUE_TEMPLATE/issue_template_bug.md deleted file mode 100644 index a5950445..00000000 --- a/.github/ISSUE_TEMPLATE/issue_template_bug.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -name: 提交 Bug(Submit a bug) -about: 请告诉我APP存在的问题,我尽力修复它!(Please tell me the problem with the APP and I will try my best to fix it!) -labels: bug -assignees: pppscn - ---- - -## 【警告:请务必按照 issue 模板填写,避免浪费你我的时间!没有按照模板认真填写,一律直接关闭】 -## 【Warning: Please fill in according to the issue template to avoid wasting your time and mine! If you do not fill in the template carefully, it will be closed directly.】 - ---- - -## 请回答(Please Answer) - -* issue 是否有人曾提过类似的问题【必答】:是/否(看看曾经有人提过类似的问题,先参考一下别人是怎么解决的) -* issue Whether someone has raised similar issues [Required]: yes/no (see if someone has raised similar issues, first refer to how others solved it) - -* 是部分机型还是所有机型都会出现【必答】:部分/全部(例如:某为,某 Android 版本会出现) -* It will appear for some models or all models [Required]: part/all (for example: a certain Android version will appear) - - -* 升级到最新的版本是否存在这个问题【必答】:是/否(如果用的是旧版本的话,建议升级看问题是否还存在) -* Is there this problem when upgrading to the latest version [Required]: yes/no (if you are using an old version, it is recommended to upgrade to see if the problem still exists) - - -* 是否已经查阅Wiki文档还未能解决的【必答】:是/否(Wiki提供最常见的问题解答,以及排查流程,可以看看是否有自己想要的) -* Whether you have consulted the Wiki documentation that has not been resolved [Required]: yes/no (Wiki provides the most common questions and answers, as well as the troubleshooting process, you can see if you have what you want) - - ---- - -## 问题描述(Problem Description) - -* APP版本【必填】: v3.0.0 -* APP Version [Required]: v3.0.0 - - -* 问题描述【必填】:XXX -* Description of the problem [Required]: XXX - - -* 复现步骤【必填】:XXX(注意:目前不受理没有复现步骤的 Bug 单) -* Reproduction steps [Required]: XXX (Note: Bug tickets without reproduction steps are currently not accepted) - - -* 是否必现【必填】:填是/否 -* Whether it is required [Required]: fill in yes/no - - -* 出现问题的手机信息【必填】:请填写出现问题的品牌和机型 -* The mobile phone information with the problem [Required]: Please fill in the brand and model of the problem - -* 出现问题的安卓版本【必填】:请填写出现问题的 Android 版本(例如:Android 12)、系统版本(例如:MIUI 13) -* Android version in question [Required]: Please fill in the Android version in question (eg: Android 12), system version (eg: MIUI 13) - - ---- - -## 其他(Other) - -* 提供截图或视频(如果有报错的话必填) -* Provide screenshots or videos (if there is an error, please fill in) - - -* 提供报错堆栈(根据需要提供,此项不强制) -* Provide a stack trace (as needed, this is not mandatory) - - -* 提供解决方案(如果已经解决了的话,此项不强制) -* Provide a solution (if it has been solved, this is not mandatory) diff --git a/.github/ISSUE_TEMPLATE/issue_template_bug.yml b/.github/ISSUE_TEMPLATE/issue_template_bug.yml new file mode 100644 index 00000000..d85cc11d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template_bug.yml @@ -0,0 +1,110 @@ +name: 提交 Bug(Bug Report) +description: 请告诉我APP存在的问题,我尽力修复它!(Please tell me the problem with the APP and I will try my best to fix it!) +title: "[Bug]: " +labels: ["bug"] +assignees: + - pppscn +body: + - type: markdown + attributes: + value: | + 警告:请务必按照 issue 模板填写,避免浪费你我的时间!没有按照模板认真填写,一律直接关闭! + Warning: Please fill in according to the issue template to avoid wasting your time and mine! If you do not fill in the template carefully, it will be closed directly. + - type: dropdown + id: similar-issues + attributes: + label: 是否有人曾提过类似的问题【必答】:是/否(看看曾经有人提过类似的问题,先参考一下别人是怎么解决的) + description: Whether someone has raised similar issues [Required]: yes/no (see if someone has raised similar issues, first refer to how others solved it) + options: + - 否(No) + - 是(Yes) + validations: + required: true + - type: dropdown + id: latest-version + attributes: + label: 升级到最新的版本是否存在这个问题【必答】:是/否(如果用的是旧版本的话,建议升级看问题是否还存在) + description: Is there this problem when upgrading to the latest version [Required]: yes/no (if you are using an old version, it is recommended to upgrade to see if the problem still exists) + options: + - 否(No) + - 是(Yes) + validations: + required: true + - type: dropdown + id: read-wiki + attributes: + label: 是否已经查阅Wiki文档还未能解决的【必答】:是/否(Wiki提供最常见的问题解答,以及排查流程,可以看看是否有自己想要的) + description: Whether you have consulted the Wiki documentation that has not been resolved [Required]: yes/no (Wiki provides the most common questions and answers, as well as the troubleshooting process, you can see if you have what you want) + options: + - 否(No) + - 是(Yes) + validations: + required: true + - type: input + id: app-version + attributes: + label: APP版本【必填】 + description: APP Version [Required] + placeholder: v3.x.x + validations: + required: true + - type: textarea + id: problem + attributes: + label: 问题描述【必填】 + description: Description of the problem [Required] + placeholder: 你可以描述APP有什么令你不满意的地方(You can describe what dissatisfied you about the app) + validations: + required: true + - type: textarea + id: reproduction-steps + attributes: + label: 复现步骤【必填】 + description: Reproduction steps [Required] + placeholder: 注意:目前不受理没有复现步骤的 Bug 单 (Note: Bug tickets without reproduction steps are currently not accepted) + validations: + required: true + - type: dropdown + id: required + attributes: + label: 是否必现【必填】 + description: Whether it is required [Required] + options: + - 否(No) + - 是(Yes) + validations: + required: true + - type: input + id: brand-model + attributes: + label: 出现问题的手机信息【必填】 + description: The mobile phone information with the problem [Required] + placeholder: 请填写出现问题的品牌和机型(Please fill in the brand and model of the problem) + validations: + required: true + - type: input + id: android-version + attributes: + label: 出现问题的安卓版本【必填】 + description: Android version in question [Required] + placeholder: 请填写出现问题的 Android 版本(例如:Android 12)、系统版本(例如:MIUI 13)(Please fill in the Android version in question (eg: Android 12), system version (eg: MIUI 13)) + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: 提供截图或视频 + description: Provide screenshots or videos + placeholder: 如果有报错的话必填 (if there is an error, please fill in) + - type: textarea + id: stack + attributes: + label: 提供报错堆栈 + description: Provide a stack trace + placeholder: 根据需要提供,此项不强制 (as needed, this is not mandatory) + - type: textarea + id: solution + attributes: + label: 提供解决方案 + description: Provide a solution + placeholder: 如果已经解决了的话,此项不强制 (if it has been solved, this is not mandatory) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/issue_template_suggest.yaml b/.github/ISSUE_TEMPLATE/issue_template_suggest.yml similarity index 92% rename from .github/ISSUE_TEMPLATE/issue_template_suggest.yaml rename to .github/ISSUE_TEMPLATE/issue_template_suggest.yml index 3e5c750b..7e5e612f 100644 --- a/.github/ISSUE_TEMPLATE/issue_template_suggest.yaml +++ b/.github/ISSUE_TEMPLATE/issue_template_suggest.yml @@ -11,9 +11,9 @@ body: 警告:请务必按照 issue 模板填写,避免浪费你我的时间!没有按照模板认真填写,一律直接关闭! Warning: Please fill in according to the issue template to avoid wasting your time and mine! If you do not fill in the template carefully, it will be closed directly. - type: dropdown - id: version + id: similar-issues attributes: - label: issue 是否有人曾提过类似的问题?【必答】 + label: 是否有人曾提过类似的问题?【必答】 description: Has anyone asked a similar question before? 【Required】 options: - 否(No) @@ -21,7 +21,7 @@ body: validations: required: true - type: textarea - id: what-happened + id: suggestion attributes: label: 你觉得APP有什么不足之处?【必答】 description: What do you think is the inadequacy of the APP? 【Required】 @@ -29,7 +29,7 @@ body: validations: required: true - type: textarea - id: what-happened + id: ideas attributes: label: 你觉得该怎么去完善会比较好?【非必答】 description: What do you think would be better to improve? 【Not required】