Skip to content

Commit

Permalink
Add issue template config (openhab#9882)
Browse files Browse the repository at this point in the history
Instead of using a dummy issue template for support questions, use a issue template config.

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma authored Jan 25, 2021
1 parent 5f68221 commit b4a181a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_issue.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Documentation issue"
name: "📖 Documentation issue"
about: Some information within the add-on documentation is wrong or missing
labels: documentation

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Feature request"
name: "Feature request"
about: You think that your favorite add-on should gain another feature
labels: enhancement

Expand Down
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/usage_question.md

This file was deleted.

0 comments on commit b4a181a

Please sign in to comment.