mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Add type to issue templates (#43051)
Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Bug Report
|
||||
description: Report a non-security sensitive bug in Keycloak
|
||||
labels: ["kind/bug", "status/triage"]
|
||||
type: bug
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
1
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Enhancement Request
|
||||
description: Request an enhancement to an existing feature
|
||||
labels: ["kind/enhancement", "status/triage"]
|
||||
type: enhancement
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Feature Request
|
||||
description: Request a new feature to be added to Keycloak
|
||||
labels: ["kind/feature", "status/triage"]
|
||||
type: feature
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/milestone.yml
vendored
1
.github/ISSUE_TEMPLATE/milestone.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Milestone
|
||||
description: Milestones are used to break up larger features
|
||||
labels: ["kind/milestone", "status/triage"]
|
||||
type: milestone
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/task.yml
vendored
1
.github/ISSUE_TEMPLATE/task.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Task
|
||||
description: Any tasks that are not directly adding a new feature, enhancement or fixing a bug
|
||||
labels: ["kind/task"]
|
||||
type: task
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
||||
Reference in New Issue
Block a user