Create enhancement_request.yml

This commit is contained in:
Terence Boldt 2022-01-11 19:35:41 -05:00 committed by GitHub
parent e753d0e35f
commit 41823c123e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
name: Enhancement Request
description: Suggest an improvement for this project
labels: ["enhancement"}
assignees:
- tjboldt
body:
- type: markdown
attributes:
value: |
Thanks for your suggestions for improvements!
- type: textarea
id: enhancement-idea
attributes:
label: What do suggest for improvement?
placeholder: Describe the enhancement.
validations:
required: true