Просмотр исходного кода

Trying emojis in issue template names

Jeremy Stretch 7 лет назад
Родитель
Сommit
58a97b4e39

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

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

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

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

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