Keycloak
36 строк · 920.0 Байт
1name: Epic
2description: A large feature that is broken down into multiple linked issues.
3labels: ["kind/epic", "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: |
17Provide a link to the GitHub Discussion for the feature.
18validations:
19required: true
20- type: textarea
21id: issues
22attributes:
23label: Issues
24description: List the issues related to this epic.
25placeholder: |
26- #1
27- #2
28validations:
29required: false
30- type: textarea
31id: motivation
32attributes:
33label: Motivation
34description: Provide a brief explanation of why the feature should be added.
35validations:
36required: false