From b0c9f94e43b28ee7ede37028b4bd8ee08ca32d94 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Fri, 8 Jul 2022 20:27:32 +0300 Subject: [PATCH] Update feedback issue template The goal of the feedback issue template is to make it easier and provide a skeleton for opening feedback issues for specific features as done in the past, see relevant pull request in https://github.com/gitpod-io/gitpod/pull/10593. See also [relevant discussion](https://gitpod.slack.com/archives/C01KLC5750D/p1652903673228329) (internal). There were a few issues (see list below) opened recently using this template for general feedback which also automatically adds the feedback-issue label. This will update the description of the template to clarify the goal of this template. - https://github.com/gitpod-io/gitpod/issues/11062 - https://github.com/gitpod-io/gitpod/issues/11063 - https://github.com/gitpod-io/gitpod/issues/10817 - https://github.com/gitpod-io/gitpod/issues/11227 - ... --- .github/ISSUE_TEMPLATE/feedback_issue.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feedback_issue.yml b/.github/ISSUE_TEMPLATE/feedback_issue.yml index 133784ada3aa17..a957260aa606fd 100644 --- a/.github/ISSUE_TEMPLATE/feedback_issue.yml +++ b/.github/ISSUE_TEMPLATE/feedback_issue.yml @@ -1,15 +1,15 @@ name: Feedback Issue -description: Open a feedback issue to gather feedback, suggestions, and experiences from users. +description: Feedback issues are used to gather feedback, suggestions, and experiences from users while iterating on a specific product feature. title: "Feedback Issue: " labels: ["feedback-issue"] body: - type: markdown attributes: - value: Before raising a feedback issue, please search for [existing feedback issues](https://github.com/gitpod-io/gitpod/issues?q=is%3Aopen+is%3Aissue+label%3Afeedback-issue) to avoid creating duplicates. + value: Before raising a feedback issue, please search for [existing feedback issues](https://github.com/gitpod-io/gitpod/issues?q=is%3Aopen+is%3Aissue+label%3Afeedback-issue) to avoid creating duplicates. If you are looking to [report a bug](https://github.com/gitpod-io/gitpod/issues/new?assignees=&labels=type%3A+bug&template=bug_report.yml) or [suggest a feature request](https://github.com/gitpod-io/gitpod/issues/new?assignees=&labels=&template=feature_request.md&title=) choose a different issue template. - type: textarea id: objective attributes: label: Objective - description: Include the objective of this issue and any relevant features + description: Include the objective of this issue and any relevant features validations: required: true