Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .github/ISSUE_TEMPLATE/1-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
name: Feature request 🧭
description: Suggest an idea for this project
description: Suggest an idea for this project (must be linked from roadmap)
labels: "feature-request"
body:
- type: markdown
attributes:
value: |
We prioritize feature work from our **shared roadmap**. If this feature isn't there yet, add it first, then paste the link below.
**Roadmap:** https://github.com/orgs/percona/projects/10

- type: input
id: roadmap-link
attributes:
label: "Roadmap item link (required)"
description: "URL of the card or item on the Percona Kubernetes Operators Roadmap. Add the idea there first if needed."
placeholder: "https://github.com/orgs/percona/projects/10?card=..."
validations:
required: true

- type: textarea
attributes:
label: Proposal
Expand Down
Loading