Add issue templates

This commit is contained in:
2020-12-27 02:59:23 -05:00
parent ef69dd25b9
commit fd2814d77a
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