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 e8accd9 commit 716671f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
name: Bug Report
description: Report a bug encountered while using Hiddify
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
## Only English
## 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.
Expand Down Expand Up @@ -43,11 +44,10 @@ body:
validations:
required: true
- type: input
id: "version"
id: version
attributes:
label: Version
description: "What version of Hiddify are you using?"
render: shell
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -91,16 +91,16 @@ body:
id: configs
attributes:
label: Application Config Options
description: Please copy and paste Application config
render: shell

description: Please copy and paste Application config.
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

description: Please copy and paste any relevant log output. This will be automatically formatted into code.
validations:
required: false
- type: checkboxes
id: ask-pr
attributes:
Expand Down

0 comments on commit 716671f

Please sign in to comment.