issues: add form templates
This commit is contained in:
parent
16fd9084ea
commit
08310b4af9
4 changed files with 73 additions and 25 deletions
18
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Feature Request
|
||||
description: I'd like to request additional functionality
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Before opening a new issue, take a moment to search through the current open ones.
|
||||
|
||||
---
|
||||
|
||||
- type: textarea
|
||||
id: desc
|
||||
attributes:
|
||||
label: Description
|
||||
description: "Describe your idea"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue