From 3dee98cac1f6ae33bcc5f312cfaec756850143e3 Mon Sep 17 00:00:00 2001 From: Aleksei Khudiakov Date: Thu, 16 Jan 2020 14:58:58 +1000 Subject: [PATCH 1/2] Replace support question template with contact links --- .github/ISSUE_TEMPLATE/Support_Question.md | 21 --------------------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Support_Question.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Support_Question.md b/.github/ISSUE_TEMPLATE/Support_Question.md deleted file mode 100644 index c6edd7f..0000000 --- a/.github/ISSUE_TEMPLATE/Support_Question.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: ❓ Support Question -about: Have a problem that you can't figure out? 🤔 ---- - - - -| Q | A -|------------ | ----- -| Version | x.y.z - - - -### Support Question - - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0a05df7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Support Question + url: https://laminas.dev/chat/ + about: 'This repository is only for reporting bugs and suggesting features. Support is provided via chat and forums:' + - name: 💡 Feedback Wanted + url: https://discourse.laminas.dev + about: 'Discuss and get feedback on ideas on our forums:' From 0476494a42cdf825b247c013d8fa09535831f067 Mon Sep 17 00:00:00 2001 From: Aleksei Khudiakov Date: Fri, 17 Jan 2020 11:56:30 +1000 Subject: [PATCH 2/2] Update support questions to lead to discource questions category --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0a05df7..de5fc64 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: ❓ Support Question - url: https://laminas.dev/chat/ - about: 'This repository is only for reporting bugs and suggesting features. Support is provided via chat and forums:' + url: https://discourse.laminas.dev/c/questions/mezzio/7 + about: 'This repository is only for reporting bugs and suggesting features. Support is provided via forums:' - name: 💡 Feedback Wanted url: https://discourse.laminas.dev about: 'Discuss and get feedback on ideas on our forums:'