31 lines
No EOL
1 KiB
YAML
31 lines
No EOL
1 KiB
YAML
name: Enhancement Request
|
|
description: Request an enhancement to an existing feature
|
|
labels: ["kind/enhancement", "status/triage"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Describe the enhancement at a high-level.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Discussion
|
|
description: |
|
|
If there has been a discussion around the enhancement, provide a link to the discussion.
|
|
|
|
Please note that larger enhancements should be discussed through [GitHub Discussion](https://github.com/keycloak/keycloak/discussions/categories/ideas).
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Motivation
|
|
description: Describe why the feature should be added.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Details
|
|
description: More details? Implementation ideas? Anything that will give us more context about the enhancement you are proposing!
|
|
validations:
|
|
required: false |