Skip to content

Commit

Permalink
Update feedback issue template
Browse files Browse the repository at this point in the history
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 #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.

- #11062
- #11063
- #10817
- #11227
- ...
  • Loading branch information
gtsiolis authored and mustard-mh committed Aug 4, 2022
1 parent 42eae5f commit b0c9f94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feedback_issue.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b0c9f94

Please sign in to comment.