From 6c45bae8d8a4144cc0d22278c51da78924bf1598 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:21:26 +0800 Subject: [PATCH 1/4] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20issue=20?= =?UTF-8?q?=E6=A8=A1=E7=89=88=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/功能请求.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/问题反馈.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/功能请求.md create mode 100644 .github/ISSUE_TEMPLATE/问题反馈.md diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md new file mode 100644 index 00000000..1a87e304 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -0,0 +1,21 @@ +--- +name: 功能请求 +about: 为本应用提出建议 +title: "[Feature Request]" +labels: enhancement +assignees: '' + +--- + +**您的功能请求是否与遇到的某种问题有关?请简要描述** +简要地描述问题所在。 +例如:当[......]时,我总是感到体验不好。 + +**描述您设想的解决方案** +简要地描述您希望发生什么。 + +**描述你考虑过的替代方案** +简要地描述您考虑过的任何替代解决方案或功能。 + +**补充信息** +在此处添加有关功能请求的任何其他信息或截图。 diff --git a/.github/ISSUE_TEMPLATE/问题反馈.md b/.github/ISSUE_TEMPLATE/问题反馈.md new file mode 100644 index 00000000..c7aa413d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/问题反馈.md @@ -0,0 +1,29 @@ +--- +name: 问题反馈 +about: 反馈遇到的问题以帮助我们改进 +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**问题描述** +在此处简要地描述遇到的问题: + +**如何复现** +在此处详细地描述重现行为的步骤: + +**预期行为** +在此处简要地描述您期望发生的情况: + +**截图或录屏** +如果可以的话,请添加屏幕截图或录屏以帮助解释您的问题。 + +**您的设备信息** + - 机型: [e.g. Xiaomi 13] + - Android 版本: [e.g. Android 13] + - 定制 UI 版本(如果有):[e.g. MIUI 14] + - 应用版本:[e.g. 4.0.0] + +**附加信息** +在此处添加有关问题的其他任何信息,包括但不限于崩溃日志等。 From e7dfdc763d61210c68d36ffd97d156d830773ce0 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:35:47 +0800 Subject: [PATCH 2/4] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=8F=8D=E9=A6=88=E6=A8=A1=E6=9D=BF=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/Bugs_Report.yml | 114 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/问题反馈.md | 29 ------- 2 files changed, 114 insertions(+), 29 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/Bugs_Report.yml delete mode 100644 .github/ISSUE_TEMPLATE/问题反馈.md diff --git a/.github/ISSUE_TEMPLATE/Bugs_Report.yml b/.github/ISSUE_TEMPLATE/Bugs_Report.yml new file mode 100644 index 00000000..e6ece05c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bugs_Report.yml @@ -0,0 +1,114 @@ +name: 问题反馈 +description: 反馈遇到的问题以帮助我们改进 +title: "[BUG] " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + 请尽可能详细地描述你遇到的问题,以便更好地理解问题所在。 + 反馈前请先搜索是否已有人反馈过相同的问题,如果有请在该问题下留言,不要重复提交。重复提交的问题将会被关闭。 + 反馈前请先检查是否已经使用最新版本,如果没有请先更新到最新版本再反馈。旧版本的问题将会被关闭。 + + - type: checkboxes + id: checklist + attributes: + label: 问题检查清单 + description: 请确认你已经完成了以下检查项。 + options: + - label: 我确认该问题没有被其他人报告过。 + required: true + - label: 我确认正在使用最新版本。 + required: true + + - type: textarea + id: description + attributes: + label: 问题描述 + description: 在此处简要地描述遇到的问题。 + placeholder: 发生了什么? + validations: + required: true + + - type: textarea + id: steps + attributes: + label: 复现步骤 + description: 在此处描述复现问题的步骤。 + placeholder: 如何复现? + validations: + required: true + + - type: textarea + id: expected + attributes: + label: 预期行为 + description: 在此处描述你预期的结果或行为。 + placeholder: 预期的结果是什么? + validations: + required: true + + - type: textarea + id: actual + attributes: + label: 实际行为 + description: 在此处描述实际的结果或行为。 + placeholder: 实际上发生了什么? + validations: + required: true + + - type: textarea + id: medias + attributes: + label: 截图或录屏 + description: 如果可以的话,请添加屏幕截图或录屏以帮助解释您的问题。 + placeholder: 添加截图或视频 + + - type: input + id: version + attributes: + label: 应用版本 + description: 在此处填写你使用的版本号。 + placeholder: 1.0.0 + validations: + required: true + + - type: input + id: os + attributes: + label: Android 版本 + description: 在此处填写你使用的 Android 版本。 + placeholder: Android 13 + value: Android + validations: + required: true + + - type: input + id: device + attributes: + label: 设备型号 + description: 在此处填写你使用的设备型号。 + placeholder: Xiaomi 13 + validations: + required: true + + - type: input + id: ui-version + attributes: + label: 定制 UI 版本 + description: 如果你使用的手机系统是厂商深度定制的,请在此处填写定制 UI 的版本号。 + placeholder: MIUI / EMUI / Funtouch OS / ColorOS / Flyme / One UI / ... + + - type: textarea + id: logs + attributes: + label: 日志 + description: 如果你在使用过程中遇到了闪退或者其他异常,请在此处添加日志。 + placeholder: 添加日志 + + - type: textarea + id: others + attributes: + label: 其他信息 + description: 如果你有其他信息需要补充,请在此处添加。 + placeholder: 其他信息 diff --git a/.github/ISSUE_TEMPLATE/问题反馈.md b/.github/ISSUE_TEMPLATE/问题反馈.md deleted file mode 100644 index c7aa413d..00000000 --- a/.github/ISSUE_TEMPLATE/问题反馈.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: 问题反馈 -about: 反馈遇到的问题以帮助我们改进 -title: "[BUG]" -labels: bug -assignees: '' - ---- - -**问题描述** -在此处简要地描述遇到的问题: - -**如何复现** -在此处详细地描述重现行为的步骤: - -**预期行为** -在此处简要地描述您期望发生的情况: - -**截图或录屏** -如果可以的话,请添加屏幕截图或录屏以帮助解释您的问题。 - -**您的设备信息** - - 机型: [e.g. Xiaomi 13] - - Android 版本: [e.g. Android 13] - - 定制 UI 版本(如果有):[e.g. MIUI 14] - - 应用版本:[e.g. 4.0.0] - -**附加信息** -在此处添加有关问题的其他任何信息,包括但不限于崩溃日志等。 From 80041f889e577a0071a5a31a46c9bb9d7daca241 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:46:22 +0800 Subject: [PATCH 3/4] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=AF=B7=E6=B1=82=E6=A8=A1=E7=89=88=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/Feature_Request.yml | 33 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/功能请求.md | 21 -------------- 2 files changed, 33 insertions(+), 21 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.yml delete mode 100644 .github/ISSUE_TEMPLATE/功能请求.md diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yml b/.github/ISSUE_TEMPLATE/Feature_Request.yml new file mode 100644 index 00000000..439fd3a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yml @@ -0,0 +1,33 @@ +name: 功能请求 +description: 提出你的想法以帮助我们改进 +title: "[Feature Request] " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + 请尽可能详细地描述你的想法,以便更好地理解你的需求。 + + - type: textarea + id: description + attributes: + label: 描述 + description: 描述你遇到的问题或缺失的功能 + + - type: textarea + id: solution + attributes: + label: 解决方案 + description: 简要地描述您希望发生什么 + + - type: textarea + id: alternatives + attributes: + label: 其他方案 + description: 简要地描述您考虑过的任何替代解决方案或功能 + + - type: textarea + id: context + attributes: + label: 补充信息 + description: 在此处添加有关您的功能请求的任何其他内容 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md deleted file mode 100644 index 1a87e304..00000000 --- a/.github/ISSUE_TEMPLATE/功能请求.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: 功能请求 -about: 为本应用提出建议 -title: "[Feature Request]" -labels: enhancement -assignees: '' - ---- - -**您的功能请求是否与遇到的某种问题有关?请简要描述** -简要地描述问题所在。 -例如:当[......]时,我总是感到体验不好。 - -**描述您设想的解决方案** -简要地描述您希望发生什么。 - -**描述你考虑过的替代方案** -简要地描述您考虑过的任何替代解决方案或功能。 - -**补充信息** -在此处添加有关功能请求的任何其他信息或截图。 From 4e96c26ecbdfd81d9ddffba1eb3a3f1d2a455163 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:54:46 +0800 Subject: [PATCH 4/4] =?UTF-8?q?docs:=20=E7=9B=B8=E5=85=B3=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/Bugs_Report.yml | 3 +++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Bugs_Report.yml b/.github/ISSUE_TEMPLATE/Bugs_Report.yml index e6ece05c..96cfd1a6 100644 --- a/.github/ISSUE_TEMPLATE/Bugs_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bugs_Report.yml @@ -7,6 +7,7 @@ body: attributes: value: | 请尽可能详细地描述你遇到的问题,以便更好地理解问题所在。 + 反馈前请先阅读[已知问题](https://github.com/HuanCheng65/TiebaLite/discussions/214),避免重复反馈。 反馈前请先搜索是否已有人反馈过相同的问题,如果有请在该问题下留言,不要重复提交。重复提交的问题将会被关闭。 反馈前请先检查是否已经使用最新版本,如果没有请先更新到最新版本再反馈。旧版本的问题将会被关闭。 @@ -16,6 +17,8 @@ body: label: 问题检查清单 description: 请确认你已经完成了以下检查项。 options: + - label: 我已经阅读了[已知问题](https://github.com/HuanCheng65/TiebaLite/discussions/214),并且确认该问题没有被列出。 + required: true - label: 我确认该问题没有被其他人报告过。 required: true - label: 我确认正在使用最新版本。 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..eb975882 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 讨论区 + url: https://github.com/HuanCheng65/TiebaLite/discussions + about: 其他任何问题请在讨论区提出 + - name: 反馈前必读的已知问题 + url: https://github.com/HuanCheng65/TiebaLite/discussions/214 + about: 避免重复反馈 \ No newline at end of file