chore: add feature request form
This commit is contained in:
parent
1faec05c0b
commit
6bda0a3cf9
2 changed files with 24 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
1
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
|
@ -1,6 +1,5 @@
|
|||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
24
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
name: Feature Request
|
||||
description: File a feature request
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Is your feature request related to a problem? Please describe.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
Loading…
Reference in a new issue