new github issue and pr templates (#75)

* new issue and pr templates
This commit is contained in:
Paul Robinson
2023-04-05 18:00:29 -06:00
committed by pacrob
parent fe19f5a77a
commit 89e5d8ef9c
6 changed files with 103 additions and 55 deletions

View File

@ -0,0 +1,11 @@
name: Feature Request
description: Request a new feature
labels: ["feature_request"]
body:
- type: textarea
id: feature-description
attributes:
label: What feature should we add?
description: Include any relevant examples or reference material
validations:
required: true