parent
30d976d64c
commit
e21fc968e2
5 changed files with 19 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -55,36 +55,42 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: Provide a clear and concise description of what the problem is.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of Keycloak are you running?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: behaviorExpected
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: Describe the expected behavior clearly and concisely.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: behaviorActual
|
||||
attributes:
|
||||
label: Actual behavior
|
||||
description: Describe the actual behavior clearly and concisely.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproducer
|
||||
attributes:
|
||||
label: How to Reproduce?
|
||||
description: Provide clear and concise steps to reproduce the problem.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: other
|
||||
attributes:
|
||||
label: Anything else?
|
||||
description: Links? References? Anything that will give us more context about the issue you are encountering!
|
||||
|
|
4
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
4
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
|
@ -3,12 +3,14 @@ description: Request an enhancement to an existing feature
|
|||
labels: ["kind/enhancement", "status/triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the enhancement at a high-level.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: discussion
|
||||
attributes:
|
||||
label: Discussion
|
||||
description: |
|
||||
|
@ -18,12 +20,14 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: motivation
|
||||
attributes:
|
||||
label: Motivation
|
||||
description: Describe why the feature should be added.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: Details
|
||||
description: More details? Implementation ideas? Anything that will give us more context about the enhancement you are proposing!
|
||||
|
|
4
.github/ISSUE_TEMPLATE/epic.yml
vendored
4
.github/ISSUE_TEMPLATE/epic.yml
vendored
|
@ -3,12 +3,14 @@ description: A large feature that is broken down into multiple linked issues.
|
|||
labels: ["kind/epic", "status/triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the feature at a high-level.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: discussion
|
||||
attributes:
|
||||
label: Discussion
|
||||
description: |
|
||||
|
@ -16,6 +18,7 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: issues
|
||||
attributes:
|
||||
label: Issues
|
||||
description: List the issues related to this epic.
|
||||
|
@ -25,6 +28,7 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: motivation
|
||||
attributes:
|
||||
label: Motivation
|
||||
description: Provide a brief explanation of why the feature should be added.
|
||||
|
|
4
.github/ISSUE_TEMPLATE/feature.yml
vendored
4
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -3,12 +3,14 @@ description: Request a new feature to be added to Keycloak
|
|||
labels: ["kind/feature", "status/triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the feature at a high-level.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: discussion
|
||||
attributes:
|
||||
label: Discussion
|
||||
description: |
|
||||
|
@ -18,12 +20,14 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: motivation
|
||||
attributes:
|
||||
label: Motivation
|
||||
description: Describe why the feature should be added.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: Details
|
||||
description: Design ideas? Implementation ideas? Anything that will give us more context about the feature you are proposing!
|
||||
|
|
1
.github/ISSUE_TEMPLATE/task.yml
vendored
1
.github/ISSUE_TEMPLATE/task.yml
vendored
|
@ -3,6 +3,7 @@ description: Any tasks that are not directly adding a new feature, enhancement o
|
|||
labels: ["kind/task"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the task.
|
||||
|
|
Loading…
Reference in a new issue