Add feature request template
This commit is contained in:
13
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug encountered while using Hiddify Next
|
description: Report a bug encountered while using Hiddify Next
|
||||||
|
labels: ['bug']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@@ -13,7 +14,7 @@ body:
|
|||||||
id: confirm-search
|
id: confirm-search
|
||||||
attributes:
|
attributes:
|
||||||
label: Search first
|
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:
|
options:
|
||||||
- label: I searched and no similar issues were found
|
- label: I searched and no similar issues were found
|
||||||
required: true
|
required: true
|
||||||
@@ -46,14 +47,6 @@ body:
|
|||||||
Please tell us what's the behavior you expect.
|
Please tell us what's the behavior you expect.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
@@ -81,7 +74,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Additional Context
|
label: Additional Context
|
||||||
description: |
|
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:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
10
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user