mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
13 lines
301 B
YAML
13 lines
301 B
YAML
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
|
|
attributes:
|
|
label: Description
|
|
description: Describe the task.
|
|
validations:
|
|
required: true
|