Skip to content

Commit

Permalink
Update bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lymanjre authored Dec 25, 2024
1 parent 9d3de0a commit b40fd0c
Showing 1 changed file with 34 additions and 26 deletions.
60 changes: 34 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ body:
- type: markdown
attributes:
value: |
# Only English
If you have a feature idea or need help, please go to [our Telegram group](https://t.me/hiddify_board).
## Only English
For access to our user forums, please join [our Telegram group](https://t.me/hiddify_board).
Please make sure to provide a descriptive, deterministic, and reproducible report. It saves time for both the developers and users who are looking for solutions. Providing as much information as possible, including screenshots and logs, is highly appreciated. This will help us to better understand the issue and respond more effectively.
Please DO NOT use this template to ask questions. There are other appropriate channels to ask questions. This template is strictly for reporting bugs.
Please DO NOT use this template to ask questions. You can join [our Telegram group](https://t.me/hiddify_board) or [our Website](https://hiddify.com/app) to ask questions. This template is strictly for reporting bugs.
- type: checkboxes
id: confirm-search
attributes:
Expand All @@ -19,6 +19,37 @@ body:
options:
- label: I searched and no similar issues were found
required: true
- type: dropdown
id: platform
attributes:
label: Platform/OS
description: What platform are you seeing the problem on?
multiple: true
options:
- Android
- Windows
- macOS
- Linux
- Android TV
- iOS
- HiddifyCli (Core)
validations:
required: true
- type: input
id: os
attributes:
label: OS version
description: Please provide the operating system version (Example: Windows 10)
validations:
required: true
- type: textarea
id: version
attributes:
label: Version
description: What version of Hiddify are you using?
render: shell
validations:
required: true
- type: textarea
id: problem
attributes:
Expand Down Expand Up @@ -48,28 +79,6 @@ body:
Please tell us what's the behavior you expect.
validations:
required: false
- type: input
id: version
attributes:
label: Version
description: What version of Hiddify are you using?
placeholder: v1.3.8 etc
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Platform/OS
description: What platform are you seeing the problem on?
multiple: true
options:
- Android
- Windows
- macOS
- Linux
- iOS
validations:
required: true
- type: textarea
id: additional
attributes:
Expand All @@ -78,7 +87,6 @@ body:
If applicable, add screenshots, screen recordings or additional context to help explain your problem.
validations:
required: false

- type: textarea
id: configs
attributes:
Expand Down

0 comments on commit b40fd0c

Please sign in to comment.