From 58a97b4e39cb1364753c7b217a5bc4998a9e08e1 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 26 Jul 2018 15:04:47 -0400 Subject: [PATCH] Trying emojis in issue template names --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation_change.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/housekeeping.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19e121c74..9f5307d4d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug Report +name: :bug: Bug Report about: Report a reproducible bug in the current release of NetBox --- diff --git a/.github/ISSUE_TEMPLATE/documentation_change.md b/.github/ISSUE_TEMPLATE/documentation_change.md index 3dc7ba594..fc5ac9651 100644 --- a/.github/ISSUE_TEMPLATE/documentation_change.md +++ b/.github/ISSUE_TEMPLATE/documentation_change.md @@ -1,5 +1,5 @@ --- -name: Documentation Change +name: :book: Documentation Change about: Suggest an addition or modification to the NetBox documentation --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7591eb6b1..2cfb4fe43 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature Request +name: :tada: Feature Request about: Propose a new NetBox feature or enhancement --- diff --git a/.github/ISSUE_TEMPLATE/housekeeping.md b/.github/ISSUE_TEMPLATE/housekeeping.md index c0f6b845c..3bc04353f 100644 --- a/.github/ISSUE_TEMPLATE/housekeeping.md +++ b/.github/ISSUE_TEMPLATE/housekeeping.md @@ -1,5 +1,5 @@ --- -name: Housekeeping +name: :house: Housekeeping about: A change pertaining to the codebase itself ---