From e47b439288f79fbc0bb5a8b3bb5be590e6719a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Fernandes?= Date: Fri, 23 Jul 2021 20:22:01 +0000 Subject: issue_templates: Redirect feature requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The existing Feature issue template is tailored for contributors who understand the process, have insight on benefits and drawbacks. In practice, that's a minority of the people how use the template. For everybody else, the template appears to encourage submission of features requests without previous community discussion. This often results in poor quality issue descriptions which lack actual use cases and naïvely assert there are no drawbacks. Poor quality issues end up being closed, which sends negative vibes, feeding frustration and unproductive behaviors. Aiming to avoid the negativity trap and promote community engagement, point people in the direction of Discourse and the place to discuss ideas. Also, repurpose the template to get more useful information on the underlying problems motivating an enhancement or feature request. --- .gitlab/issue_templates/Feature.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md index 426acf965..9a2b4c43b 100644 --- a/.gitlab/issue_templates/Feature.md +++ b/.gitlab/issue_templates/Feature.md @@ -1,22 +1,27 @@ + + ### Use cases - + -### Desired behavior - +### Available features and workarounds + -### Benefits of the solution - +### Difficulties or shortcomings + -### Possible drawbacks - +### Possible enhancements + - -/label ~"1. Feature" -- cgit v1.2.1