Add issue templates

This commit is contained in:
2020-12-27 02:59:57 -05:00
parent 8d90b8668a
commit be0173ee44
5 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
name: ⚙ Feature Implementation
about: Template used to track new features.
labels: 'kind/feature'
---
<!-- Decription of feature and possible implementation. -->
**Tasks:**
- [ ] Feature Implementation
- [ ] Tests
- [ ] Documentation