diff --git a/.github/ISSUE_TEMPLATES/bugs.md b/.github/ISSUE_TEMPLATES/bugs.md new file mode 100644 index 000000000..572a52c2d --- /dev/null +++ b/.github/ISSUE_TEMPLATES/bugs.md @@ -0,0 +1,26 @@ +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + +## Your Environment + diff --git a/.github/ISSUE_TEMPLATES/feature.md b/.github/ISSUE_TEMPLATES/feature.md new file mode 100644 index 000000000..cdecf2a0d --- /dev/null +++ b/.github/ISSUE_TEMPLATES/feature.md @@ -0,0 +1,12 @@ +## Background + + + +## Requirements + +- [ ] Requirement 1 + +## Important Info + +- +