From 89f4f377f418ffee86b6e2a85c34cf943f5a7593 Mon Sep 17 00:00:00 2001 From: Rigel Date: Fri, 13 Jul 2018 14:42:28 -0400 Subject: [PATCH] Merge pull request #1668: Add Issue Templates * Update issue templates * split into two templates * Add line on possible disadvantages --- .github/ISSUE_TEMPLATE/bug-report.md | 24 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 31 +++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..7140f56da --- /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 000000000..09fbb26d1 --- /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