Added GitHub issue templates.
This commit is contained in:
parent
1a5207e8c1
commit
a10441e319
3 changed files with 117 additions and 0 deletions
16
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for this project.
|
||||
title: "[Feature request] Provide a short description of the feature here"
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for suggesting an idea to make this project better.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Idea
|
||||
description: |
|
||||
Please describe the desired behavior, pitch your idea, or suggest improvements.
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue