diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..7140f56da0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Create a report to help us squash bugs! + +--- + + + +## Summary of Bug + + +## Steps to Reproduce + + +____ +#### For Admin Use + - [ ] Not duplicate issue + - [ ] Appropriate labels applied + - [ ] Appropriate contributors tagged + - [ ] Contributor assigned/self-assigned diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..09fbb26d1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,31 @@ +--- +name: Feature Request +about: Create a proposal to request a feature + +--- + + + +## Summary + + +## Problem Definition + + +## Proposal + + +____ +#### For Admin Use + - [ ] Not duplicate issue + - [ ] Appropriate labels applied + - [ ] Appropriate contributors tagged + - [ ] Contributor assigned/self-assigned