Add .github/issue_templates/enhancment.md

This commit is contained in:
Zakary Timson 2023-08-07 16:01:59 +00:00
parent 207fe642d4
commit e25e4f989c

22
.github/issue_templates/enhancment.md vendored Normal file
View File

@ -0,0 +1,22 @@
---
name: "Enhancement"
about: "Request a feature"
ref: "develop"
labels:
- Type/Enhancement
---
# Feature Request
<!-- Detailed description -->
...
## Requirements
<!-- Bullet list of requirments -->
1. ...
2. ...
## Notes
<!-- Any additional considerations, solutions or design choices -->
...