Skip to content

Commit b4a181a

Browse files
authored
Add issue template config (openhab#9882)
Instead of using a dummy issue template for support questions, use a issue template config. Signed-off-by: mueller-ma <[email protected]>
1 parent 5f68221 commit b4a181a

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "\U0001F41B Bug report"
2+
name: "🐛 Bug report"
33
about: Something isn't working correctly with an add-on. This is the wrong place for user-interfaces or openHAB Core issues.
44
labels: bug
55

.github/ISSUE_TEMPLATE/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: 🤔 Support/Usage Question
4+
url: https://community.openhab.org
5+
about: Feel free to ask anything
6+
- name: 📖 Documentation
7+
url: https://openhab.org/addons
8+
about: Official documentation
9+
- name: 📚 Translation feedback
10+
url: https://crowdin.com/project/openhab2-addons
11+
about: Share feedback on translations

.github/ISSUE_TEMPLATE/documentation_issue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Documentation issue"
2+
name: "📖 Documentation issue"
33
about: Some information within the add-on documentation is wrong or missing
44
labels: documentation
55

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Feature request"
2+
name: "Feature request"
33
about: You think that your favorite add-on should gain another feature
44
labels: enhancement
55

.github/ISSUE_TEMPLATE/usage_question.md

-10
This file was deleted.

0 commit comments

Comments
 (0)