From 3166d12994c44b31cb4cea9f7f314c6c2e9b4f8c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 26 Jul 2018 15:09:19 -0400 Subject: [PATCH] Use real emojis for 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 9f5307d4d..4bf6fb9c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: :bug: Bug Report +name: 🐛 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 fc5ac9651..408beef44 100644 --- a/.github/ISSUE_TEMPLATE/documentation_change.md +++ b/.github/ISSUE_TEMPLATE/documentation_change.md @@ -1,5 +1,5 @@ --- -name: :book: Documentation Change +name: 📖 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 2cfb4fe43..ebe19d811 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: :tada: Feature Request +name: ✨ 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 3bc04353f..e03ae63a2 100644 --- a/.github/ISSUE_TEMPLATE/housekeeping.md +++ b/.github/ISSUE_TEMPLATE/housekeeping.md @@ -1,5 +1,5 @@ --- -name: :house: Housekeeping +name: 🏡 Housekeeping about: A change pertaining to the codebase itself ---