mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Add issue template for tasks (#10912)
This commit is contained in:
10
.github/ISSUE_TEMPLATE/task.yml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/task.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Task
|
||||
description: Any tasks that are not directly adding a new feature, enhancement or fixing a bug
|
||||
labels: ["kind/task"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the task.
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user