From f74c678765becea9972a1fea1e46df5d3902ef18 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sat, 7 Oct 2023 12:17:21 +0330 Subject: [PATCH] Add feature request template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 13 +++---------- .github/ISSUE_TEMPLATE/feature_request.yaml | 10 ++++++++++ 2 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 65ee712c..7e2b790f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,5 +1,6 @@ name: Bug Report description: Report a bug encountered while using Hiddify Next +labels: ['bug'] body: - type: markdown attributes: @@ -13,7 +14,7 @@ body: id: confirm-search attributes: label: Search first - description: Please search [existing issues](https://github.com/hiddify/hiddify-next/issuess) before reporting. + description: Please search [existing issues](https://github.com/hiddify/hiddify-next/issues) before reporting. options: - label: I searched and no similar issues were found required: true @@ -46,14 +47,6 @@ body: Please tell us what's the behavior you expect. validations: required: false - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: | - If applicable, add screenshots or screen recordings to help explain your problem. - validations: - required: false - type: input id: version attributes: @@ -81,7 +74,7 @@ body: attributes: label: Additional Context description: | - If applicable, add additional context to help explain your problem. + If applicable, add screenshots, screen recordings or additional context to help explain your problem. validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..01f66c09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,10 @@ +name: Feature Request +description: Request a new feature +title: '[FR] ' +body: + - type: textarea + attributes: + label: Feature description + description: Please provide a clear and concise description of what you want to happen and what problem will this solve. + validations: + required: true