Add GitHub issue template (#193)

This commit is contained in:
BinTianqi
2025-11-09 12:06:28 +08:00
parent 47ee999f9b
commit 41bdb524f9
3 changed files with 42 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View 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