From 5d51f9ff72699f43e6a277cce8e450dff625db30 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 26 Jul 2018 14:50:55 -0400 Subject: [PATCH] Renamed documentation change template --- .github/ISSUE_TEMPLATE/documentation-change.md | 18 ------------------ .github/ISSUE_TEMPLATE/documentation_change.md | 3 ++- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/documentation-change.md diff --git a/.github/ISSUE_TEMPLATE/documentation-change.md b/.github/ISSUE_TEMPLATE/documentation-change.md deleted file mode 100644 index 3dc7ba594..000000000 --- a/.github/ISSUE_TEMPLATE/documentation-change.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Documentation Change -about: Suggest an addition or modification to the NetBox documentation - ---- - - -### Change Type -[ ] Addition -[ ] Correction -[ ] Deprecation -[ ] Cleanup (formatting, typos, etc.) - - -### Proposed Changes diff --git a/.github/ISSUE_TEMPLATE/documentation_change.md b/.github/ISSUE_TEMPLATE/documentation_change.md index a211116cc..3dc7ba594 100644 --- a/.github/ISSUE_TEMPLATE/documentation_change.md +++ b/.github/ISSUE_TEMPLATE/documentation_change.md @@ -1,6 +1,7 @@ --- -name: :book: Documentation Change +name: Documentation Change about: Suggest an addition or modification to the NetBox documentation + ---