mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
50 lines
1.5 KiB
YAML
50 lines
1.5 KiB
YAML
name: Feature Request
|
|
description: Request a new feature to be added to Keycloak
|
|
labels: ["kind/feature", "status/triage"]
|
|
type: feature
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Describe the feature at a high-level
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: value_proposition
|
|
attributes:
|
|
label: Value Proposition
|
|
description: Describe what value the feature brings
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: goals
|
|
attributes:
|
|
label: Goals
|
|
description: Describe what capabilities the feature should provide
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: non_goals
|
|
attributes:
|
|
label: Non-Goals
|
|
description: Describe capabilities the feature should not provide, or is out of scope
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: discussion
|
|
attributes:
|
|
label: Discussion
|
|
description: |
|
|
If there has been a discussion around the feature, provide a link to the discussion.
|
|
|
|
Please note that all, except small requests, should be discussed through [GitHub Discussion](https://github.com/keycloak/keycloak/discussions/categories/ideas).
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: notes
|
|
attributes:
|
|
label: Notes
|
|
description: Design ideas? Implementation ideas? Anything that will give us more context about the feature you are proposing!
|
|
validations:
|
|
required: false |