From b4a181a77e9c60e14bf7ba76c7d010c1ed8183bf Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Mon, 25 Jan 2021 21:14:01 +0100 Subject: [PATCH] Add issue template config (#9882) Instead of using a dummy issue template for support questions, use a issue template config. Signed-off-by: mueller-ma --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/documentation_issue.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/usage_question.md | 10 ---------- 5 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/usage_question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cf8664dbec8..b6885fc614e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 index 00000000000..9adbeec1e12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.md b/.github/ISSUE_TEMPLATE/documentation_issue.md index e6d06dc2605..62e93616414 100644 --- a/.github/ISSUE_TEMPLATE/documentation_issue.md +++ b/.github/ISSUE_TEMPLATE/documentation_issue.md @@ -1,5 +1,5 @@ --- -name: "Documentation issue" +name: "📖 Documentation issue" about: Some information within the add-on documentation is wrong or missing labels: documentation diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1766352b9b6..dfabfc01216 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 index 03bb3504891..00000000000 --- a/.github/ISSUE_TEMPLATE/usage_question.md +++ /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/