mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
3c4a92a981
# Which Problems Are Solved Github introduced the new issue types, which we want to add to our issues. Starting point is to change the templates, so we can add the right types.
32 lines
930 B
YAML
32 lines
930 B
YAML
name: 📄 Documentation
|
|
description: Create an issue for missing or wrong documentation.
|
|
labels: ["docs"]
|
|
type: task
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this issue.
|
|
- type: checkboxes
|
|
id: preflight
|
|
attributes:
|
|
label: Preflight Checklist
|
|
options:
|
|
- label:
|
|
I could not find a solution in the existing issues, docs, nor discussions
|
|
required: true
|
|
- label:
|
|
I have joined the [ZITADEL chat](https://zitadel.com/chat)
|
|
- type: textarea
|
|
id: docs
|
|
attributes:
|
|
label: Describe the docs your are missing or that are wrong
|
|
placeholder: As a [type of user], I want [some goal] so that [some reason].
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Please add any other infos that could be useful.
|