From 83085d08ca9df461956300ceab9a09b854cfaacf Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 17 Aug 2017 15:11:55 -0400 Subject: [PATCH 01/21] Revised the GitHub issue template --- .github/ISSUE_TEMPLATE.md | 47 +++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index dbfcf4527..0027599f4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,28 +1,41 @@ -### Issue type: + Please note that issues which do not fall under any of the below categories + will be closed. +---> +### Issue type +[ ] Feature request +[ ] Bug report +[ ] Documentation -**Python version:** -**NetBox version:** +### Environment +* Python version: +* NetBox version: +### Description From fa6d9335446865559acba781926f813f8068eb68 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 17 Aug 2017 15:14:20 -0400 Subject: [PATCH 02/21] Converted list of issue types to a task list --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0027599f4..7160cae99 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,9 +13,9 @@ will be closed. ---> ### Issue type -[ ] Feature request -[ ] Bug report -[ ] Documentation +- [ ] Feature request +- [ ] Bug report +- [ ] Documentation ### Issue type -- [ ] Feature request -- [ ] Bug report -- [ ] Documentation +[ ] Feature request +[ ] Bug report +[ ] Documentation