2022-01-03 11:56:40 +00:00
name : Enhancement Request
description : Request an enhancement to an existing feature
labels : [ "kind/enhancement" , "status/triage" ]
body :
- type : textarea
2023-04-25 10:52:17 +00:00
id : description
2022-01-03 11:56:40 +00:00
attributes :
label : Description
description : Describe the enhancement at a high-level.
validations :
required : true
- type : input
2023-04-25 10:52:17 +00:00
id : discussion
2022-01-03 11:56:40 +00:00
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
2023-04-25 10:52:17 +00:00
id : motivation
2022-01-03 11:56:40 +00:00
attributes :
label : Motivation
description : Describe why the feature should be added.
validations :
required : false
- type : textarea
2023-04-25 10:52:17 +00:00
id : details
2022-01-03 11:56:40 +00:00
attributes :
label : Details
description : More details? Implementation ideas? Anything that will give us more context about the enhancement you are proposing!
validations :
required : false