Skip to content

Commit

Permalink
[skip ci] Modify the bug report issue template (#186)
Browse files Browse the repository at this point in the history
* Update README_zh_CN.md

* exclude system apps mode by default (whitelist)

* Undo changes to readme_zh_cn

* Undo the last change

* Update bug_report.yml

Remove Riru version input, and make it more obvious that a CI debug build is required.

* Update bug_report.yml

* Update bug_report.yml

* Update bug_report.yml
  • Loading branch information
ianchb authored Aug 26, 2022
1 parent 39e4bcb commit aea3918
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ body:
- type: input
attributes:
label: Hide-My-Applist version/Hide-My-Applist 版本
description: Don't use 'latest'. Specify actual version, otherwise your issue will be closed./不要填用“最新版”。给出具体版本号,不然 issue 会被关闭。
description: Please check [Actions](https://github.com/Dr-TSNG/Hide-My-Applist/actions) for the latest CI debug build. Don't just type "latest". Specify actual version, otherwise your issue will be closed./请前往[Actions](https://github.com/Dr-TSNG/Hide-My-Applist/actions)获取最新的 CI 调试版本。不要直接填用“最新版”。给出具体版本号,不然 issue 会被关闭。
placeholder: V_._._(-Beta).r___._______-debug
validations:
required: true
- type: input
Expand All @@ -62,18 +63,12 @@ body:
label: Magisk version/Magisk 版本
validations:
required: true
- type: input
attributes:
label: Riru version/Riru 版本
description: If you are using Zygisk version, input `N/A` instead./如果正在使用 Zygisk 版本,请键入 `N/A`。
validations:
required: true
- type: checkboxes
id: latest
attributes:
label: Version requirement/版本要求
options:
- label: I am using latest debug CI version of Hide-My-Applist and enable verbose log/我正在使用最新 CI 调试版本且启用详细日志
- label: I am using the latest [CI debug build](https://github.com/Dr-TSNG/Hide-My-Applist/actions) of Hide-My-Applist with detail log for debugging enabled/我正在使用最新 [CI 调试版本] (https://github.com/Dr-TSNG/Hide-My-Applist/actions)且启用详细日志
required: true
- type: textarea
attributes:
Expand Down

0 comments on commit aea3918

Please sign in to comment.