Add .github/issue_template/enhancment.md

This commit is contained in:
Zakary Timson 2023-08-02 21:52:56 +00:00
parent b75ebfb88a
commit 81322f881f

22
.github/issue_template/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 -->
...