Add issue templates

This commit is contained in:
2020-12-27 03:00:15 -05:00
parent 649a4ef882
commit 7c18fe93fa
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