mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Add GitHub issue template (#193)
This commit is contained in:
23
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
name: Bug report
|
||||||
|
description: Report a bug in the app
|
||||||
|
labels: ["bug"]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please use the [latest CI version](https://github.com/BinTianqi/OwnDroid/actions).
|
||||||
|
Please describe the steps to reproduce the issue as clearly as possible.
|
||||||
|
If the app crashes, please attach logs. Logs can be exported in OwnDroid settings.
|
||||||
|
If it's a UI issue, it is recommended to provide screenshots or screen recording.
|
||||||
|
|
||||||
|
请使用[最新的CI版](https://github.com/BinTianqi/OwnDroid/actions)
|
||||||
|
请尽量清晰地描述复现过程。
|
||||||
|
如果app崩溃了,请附上日志。日志可在OwnDroid设置中导出。
|
||||||
|
如果是UI bug,建议上传截图或屏幕录制。
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: "Description / 描述"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: true
|
||||||
18
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: "Feature Request / 功能请求"
|
||||||
|
description: "Suggest a new feature or improvement / 提出新功能或改进建议"
|
||||||
|
labels: ["enhancement"]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please describe the feature you would like to see added or improved.
|
||||||
|
请描述你希望添加或改进的功能。
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: "Description / 描述"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
Reference in New Issue
Block a user