From aa9325fe90628c2d701b481e1d0294398368d4f1 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Thu, 27 Sep 2018 14:33:44 +0300 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5b1a72fd..83ee1977 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,10 +4,27 @@ While not necessary, you can help organize our issues by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below: - [ ] has-reproduction -- [ ] feature -- [ ] docs -- [ ] blocking -- [ ] good first issue -To add a label not listed above, simply place `/label another-label-name` on a line by itself. ---> \ No newline at end of file + > Check this box if you're able to include a small, functioning + > reproduction (preferably as a cloneable project). To increase + > the chances of finding a resolution, we highly recommend including a reproduction! + +- [ ] feature + + > Be sure to search for existing feature requests before opening + > new feature requests! Include as much detail about what is needed + > and some example use cases, please! + +- [ ] docs + + > Documentation issues should be labeled, but if you know the answer + > please consider submitting a Pull Request instead. (The documentation + > lives in the `docs/source` directory of this repository. + +- [ ] blocking + + > If you're unable to go to production because of a bug, please check + > this box. If it's a feature request, we suggest that you avoid checking + > this box and instead follow the instructions for feature requests above. + +-->