From 65f616fdac79101ca0af84aa450a89bc6c2cb99b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 26 Jul 2018 14:46:44 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- .github/ISSUE_TEMPLATE/documentation-change.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- .github/ISSUE_TEMPLATE/housekeeping.md | 3 ++- 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/documentation-change.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 20868696e..04ddf880d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- -name: :bug: Bug Report -about: Report a reproducible bug in the current release of NetBox +name: Bug report +about: Create a report to help us improve + --- +### Change Type +[ ] Addition +[ ] Correction +[ ] Deprecation +[ ] Cleanup (formatting, typos, etc.) + + +### Proposed Changes diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b9dc931b6..8dac40d0a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- -name: :new: Feature Request +name: Feature request about: Propose a new NetBox feature or enhancement + ---