Keycloak
35 строк · 1.1 Кб
1name: Enhancement Request2description: Request an enhancement to an existing feature3labels: ["kind/enhancement", "status/triage"]4body:5- type: textarea6id: description7attributes:8label: Description9description: Describe the enhancement at a high-level.10validations:11required: true12- type: input13id: discussion14attributes:15label: Discussion16description: |17If there has been a discussion around the enhancement, provide a link to the discussion.
18
19Please note that larger enhancements should be discussed through [GitHub Discussion](https://github.com/keycloak/keycloak/discussions/categories/ideas).20validations:21required: false22- type: textarea23id: motivation24attributes:25label: Motivation26description: Describe why the feature should be added.27validations:28required: false29- type: textarea30id: details31attributes:32label: Details33description: More details? Implementation ideas? Anything that will give us more context about the enhancement you are proposing!34validations:35required: false