mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
12 lines
290 B
YAML
12 lines
290 B
YAML
name: Task
|
|
description: Any tasks that are not directly adding a new feature, enhancement or fixing a bug
|
|
labels: ["kind/task"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Describe the task.
|
|
validations:
|
|
required: true
|