ClashMetaForAndroid/.github/ISSUE_TEMPLATE/01-bug-report-en.yml

108 lines
2.9 KiB
YAML
Raw Normal View History

name: "[English] Bug Report"
description: "Create a report to help us debug bugs"
title: "[BUG] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
2022-02-21 11:15:41 +08:00
NOTE: Be sure to put a clear and concise title **AFTER** `[BUG]` in the text box above.
2022-02-21 01:50:30 +08:00
NOTE: We do not provide any services such as proxies, DO NOT feedback any problems not caused by this application here.
<!-- template -->
- type: textarea
id: description
attributes:
label: "Describe the bug"
description: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: "To Reproduce"
description: "Steps to reproduce the behavior:"
value: |
Step 1: ...
Step 2: ...
Step 3: ...
...
validations:
required: true
- type: textarea
id: device-info
attributes:
label: "Device Info"
description: |
2022-02-21 11:15:41 +08:00
Input your device information.
Example:
- Device: Pixel 4
- ROM: AOSP
- Android Version: 10
value: |
- Device:
- ROM:
- Android Version:
validations:
required: true
- type: textarea
id: app-info
attributes:
label: "Application Info"
description: |
2022-02-21 11:15:41 +08:00
Input application you are using information.
Example:
2022-02-21 01:50:30 +08:00
```
2022-02-21 11:15:41 +08:00
- Version: 2.5.4-premium
- APK filename: cfa-2.5.4-premium-arm64-v8a-release.apk
- Distribution Channel: Google Play
2022-02-21 01:50:30 +08:00
```
2022-02-21 11:15:41 +08:00
value: |
- Version:
- APK filename:
- Distribution Channel:
validations:
required: true
- type: textarea
id: configure
attributes:
2022-04-15 14:31:10 +08:00
render: yml
label: "Configure File"
description: |
Please paste or upload the configuration file here.
2022-02-21 01:50:30 +08:00
TIPS: If you only have a subscription link, please use your browser to download it.
2022-02-21 01:50:30 +08:00
2022-02-21 11:15:41 +08:00
**NOTE: Please remove proxies from the configuration file before uploading it.**
**NOTE: Please remove proxies from the configuration file before uploading it.**
**NOTE: Please remove proxies from the configuration file before uploading it.**
validations:
required: true
- type: textarea
id: logs
attributes:
2022-04-15 14:31:10 +08:00
render: raw
label: "Logs"
description: |
Please paste or upload the log file here.
2022-02-21 11:15:41 +08:00
TIPS: Please use the `Logcat` in application or `adb logcat`. `adb logcat` would be better.
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: "Screenshot"
description: "If applicable, add screenshots to help explain your problem."
placeholder: "Optional"
- type: textarea
id: additional
attributes:
label: "Additional"
description: "Add any other context about the problem here."