Sfoglia il codice sorgente

Use real emojis for issue template names

Jeremy Stretch 7 anni fa
parent
commit
3166d12994

+ 1 - 1
.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
 
 ---

+ 1 - 1
.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
 
 ---

+ 1 - 1
.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
 
 ---

+ 1 - 1
.github/ISSUE_TEMPLATE/housekeeping.md

@@ -1,5 +1,5 @@
 ---
-name: :house: Housekeeping
+name: 🏡 Housekeeping
 about: A change pertaining to the codebase itself
 
 ---