From b40fd0cb920fce5d179f6270f47ff6f7f471860e Mon Sep 17 00:00:00 2001 From: lymanjre <125398461+lymanjre@users.noreply.github.com> Date: Wed, 25 Dec 2024 13:32:49 -0500 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 60 +++++++++++++++----------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 665eb9a1e..06664646e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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: @@ -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: @@ -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: @@ -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: