]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add issue template config (#9882)
authormueller-ma <mueller-ma@users.noreply.github.com>
Mon, 25 Jan 2021 20:14:01 +0000 (21:14 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 20:14:01 +0000 (21:14 +0100)
Instead of using a dummy issue template for support questions, use a issue template config.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/documentation_issue.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/usage_question.md [deleted file]

index cf8664dbec8575e56d31ed150d07050357adbff4..b6885fc614ecbd26126a7bc0ca6229b1b4ca20cd 100644 (file)
@@ -1,5 +1,5 @@
 ---
-name: "\U0001F41B Bug report"
+name: "🐛 Bug report"
 about: Something isn't working correctly with an add-on. This is the wrong place for user-interfaces or openHAB Core issues.
 labels: bug
 
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..9adbeec
--- /dev/null
@@ -0,0 +1,11 @@
+blank_issues_enabled: true
+contact_links:
+  - name: 🤔 Support/Usage Question
+    url: https://community.openhab.org
+    about: Feel free to ask anything
+  - name: 📖 Documentation
+    url: https://openhab.org/addons
+    about: Official documentation
+  - name: 📚 Translation feedback
+    url: https://crowdin.com/project/openhab2-addons
+    about: Share feedback on translations
index e6d06dc260586ace2d9cd1df5c69d72315c5e2f8..62e9361641421f7f0f2e361f725a9900dfc1377b 100644 (file)
@@ -1,5 +1,5 @@
 ---
-name: "Documentation issue"
+name: "📖 Documentation issue"
 about: Some information within the add-on documentation is wrong or missing
 labels: documentation
 
index 1766352b9b6e0c79781c99696d57410a0e9ba823..dfabfc01216b2c79411e5e6141954c98396a11ab 100644 (file)
@@ -1,5 +1,5 @@
 ---
-name: "Feature request"
+name: "✨ Feature request"
 about: You think that your favorite add-on should gain another feature
 labels: enhancement
 
diff --git a/.github/ISSUE_TEMPLATE/usage_question.md b/.github/ISSUE_TEMPLATE/usage_question.md
deleted file mode 100644 (file)
index 03bb350..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
----
-name: "\U0001F914 Support/Usage Question"
-about: For usage questions, please use the openHAB community board!
-labels: question
-
----
-
-This is an issue tracker for reporting problems and requesting new features. For usage questions, please use the openHAB community board where there are a lot more people ready to help you out. Thanks!
-
-https://community.openhab.org/