From 9bc4a7f920eec3e82814a1a89a20d0a8b45cf026 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 18 Dec 2020 17:17:45 -0300 Subject: [PATCH 1/6] Update Links when opening a new issue --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 225df7f86..de81acb78 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,10 @@ blank_issues_enabled: false contact_links: - name: Tasmota Docs url: https://tasmota.github.io/docs - about: All the information related to Tasmota - - name: Tasmota Support Chat + about: All the information related to Tasmota. + - name: Tasmota Discussions and Support + url: https://github.com/arendst/Tasmota/discussions + about: Tasmota usage Questions, Feature Requests and Projects. + - name: Tasmota Users Chat url: https://discord.gg/Ks2Kzd4 about: Chat for feedback, questions and troubleshooting. From 9a963c44e8d7bffebe7a8ec1a3ff2e3ed6dcf133 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 18 Dec 2020 17:27:04 -0300 Subject: [PATCH 2/6] Move Feature Requests to Github Discussions --- .github/ISSUE_TEMPLATE/Feature_request.md | 27 ----------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md deleted file mode 100644 index 90d705ea0..000000000 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project ---- - - - -**Have you looked for this feature in other issues and in the docs?** - -**Is your feature request related to a problem? Please describe.** -_A clear and concise description of what the problem is._ - -**Describe the solution you'd like** -_A clear and concise description of what you want to happen._ - -**Describe alternatives you've considered** -_A clear and concise description of any alternative solutions or features you've considered._ - -**Additional context** -_Add any other context or screenshots about the feature request here._ - -**(Please, remember to close the issue when the problem has been addressed)** From 214ed8941652c3c69876b6024829f716682af863 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Fri, 18 Dec 2020 17:36:13 -0300 Subject: [PATCH 3/6] Update Issue Template with new links --- .github/ISSUE_TEMPLATE/Bug_report.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 0f63d139f..0e77ff715 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,6 @@ --- -name: Problem report -about: Create a report to help us improve +name: Problem Report +about: Create a Report to help us improve ---