From f68ce0ea89b86fd719346e438cd5c16eb9d4fc04 Mon Sep 17 00:00:00 2001 From: alichtman Date: Sat, 31 Mar 2018 07:15:30 -0500 Subject: [PATCH] Added ISSUE_TEMPLATE in docs dir --- docs/ISSUE_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/ISSUE_TEMPLATE.md diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b90bf06 --- /dev/null +++ b/docs/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ +NOTE: A similar issue may already be submitted! Please search among the issues before creating a new one. +NOTE: Each discrete (stand-alone) request should be in its own issue. + +### Types of Changes + +**What types of change are you thinking about?** Put an x in all boxes that apply + +- [ ] New addition to list +- [ ] Fixing bug in existing item in list +- [ ] Removing item from list +- [ ] Changing structure (organization) of list + +### Proposed Changes + +**Describe each of your changes here to communicate to the maintainers why we should accept this pull request.** + +1. If you're adding something to the list, be sure to explain why it should be added. +1. If you're fixing a bug or resolving a feature request, be sure to link to that issue. + +### Issue Checklist + +Put an x in the boxes once you've completed each step. You can also fill these out after creating the issue. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before responding to the issue. + +- [ ] I have checked for other similar issues +- [ ] I have explained why this change is important +- [ ] I have added necessary documentation (if appropriate) + +### Further Comments + +If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...