From 57a2639edfc9ad95f11c087ad0d3aab4c67a6372 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 29 Oct 2024 16:55:43 +0100 Subject: [PATCH] [TASK] Rework how we solicate feedback (#1501) We have decided to no longer ask users to create GitHub issues for feedback as this doesn't work well with how we work. - drop the issue template for technical feedback - in the README, link to GitHub discussions instead of issues Fixes #1500 --- .github/ISSUE_TEMPLATE/technical_feedback.md | 14 -------------- README.md | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/technical_feedback.md diff --git a/.github/ISSUE_TEMPLATE/technical_feedback.md b/.github/ISSUE_TEMPLATE/technical_feedback.md deleted file mode 100644 index ae28863..0000000 --- a/.github/ISSUE_TEMPLATE/technical_feedback.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Technical Feedback -about: Provide technical feedback to help us improve -title: "Technical Feedback: Please add a speaking title" -labels: 'feedback' -assignees: '' - ---- - -**Describe the area** -A short introduction to the area, e.g. a decision regarding file formats, location, etc. - -**Feedback** -Your feedback, e.g. what would you do instead, what are pros and cons of the different ways in doing things. diff --git a/README.md b/README.md index 8add83b..fffe369 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can also use this extension to manage your collection of delicious teas. We value and welcome feedback of all kinds, including discussions. Feedback can be sent via TYPO3 slack within [our channel](https://app.slack.com/client/T024TUMLZ/CSQ8T0VS5) or via direct massages to the team members. We also welcome email. All the contact information is available at our [typo3.org team page](https://typo3.org/community/teams/best-practices). -Another way is to open an [issue on GitHub](https://github.com/FriendsOfTYPO3/tea/issues/new/choose). +Another way is to create a [discussion on GitHub](https://github.com/FriendsOfTYPO3/tea/discussions). ## Philosophies