Skip to content

Commit ace12b6

Browse files
committed
CLOUD-955 update FR template
Feature requests are prioritized from the Percona Kubernetes Operators Roadmap. This PR updates the feature request issue template so every new feature request must reference a roadmap item.
1 parent 81fe812 commit ace12b6

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/1-feature-request.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
name: Feature request 🧭
2-
description: Suggest an idea for this project
2+
description: Suggest an idea for this project (must be linked from roadmap)
33
labels: "feature-request"
44
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
We prioritize feature work from our **shared roadmap**. If this feature isn't there yet, add it first, then paste the link below.
9+
**Roadmap:** https://github.com/orgs/percona/projects/10
10+
11+
- type: input
12+
id: roadmap-link
13+
attributes:
14+
label: "Roadmap item link (required)"
15+
description: "URL of the card or item on the Percona Kubernetes Operators Roadmap. Add the idea there first if needed."
16+
placeholder: "https://github.com/orgs/percona/projects/10?card=..."
17+
validations:
18+
required: true
19+
520
- type: textarea
621
attributes:
722
label: Proposal

0 commit comments

Comments
 (0)