From 461dcf62a4f41604aacc75ecc8730c4068b61b85 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Fri, 10 Jun 2022 19:13:33 +0300 Subject: [PATCH] Add feedback issue template --- .github/ISSUE_TEMPLATE/feedback_issue.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feedback_issue.yml diff --git a/.github/ISSUE_TEMPLATE/feedback_issue.yml b/.github/ISSUE_TEMPLATE/feedback_issue.yml new file mode 100644 index 00000000000000..133784ada3aa17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback_issue.yml @@ -0,0 +1,15 @@ +name: Feedback Issue +description: Open a feedback issue to gather feedback, suggestions, and experiences from users. +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. +- type: textarea + id: objective + attributes: + label: Objective + description: Include the objective of this issue and any relevant features + validations: + required: true