Keycloak
35 строк · 1.1 Кб
1name: Feature Request
2description: Request a new feature to be added to Keycloak
3labels: ["kind/feature", "status/triage"]
4body:
5- type: textarea
6id: description
7attributes:
8label: Description
9description: Describe the feature at a high-level.
10validations:
11required: true
12- type: input
13id: discussion
14attributes:
15label: Discussion
16description: |
17If there has been a discussion around the feature, provide a link to the discussion.
18
19Please note that all, except small requests, should be discussed through [GitHub Discussion](https://github.com/keycloak/keycloak/discussions/categories/ideas).
20validations:
21required: false
22- type: textarea
23id: motivation
24attributes:
25label: Motivation
26description: Describe why the feature should be added.
27validations:
28required: false
29- type: textarea
30id: details
31attributes:
32label: Details
33description: Design ideas? Implementation ideas? Anything that will give us more context about the feature you are proposing!
34validations:
35required: false