1
0
Fork 0
commitizen/.github/ISSUE_TEMPLATE/documentation.yml
Daniel Baumann 167a3f8553
Adding upstream version 4.6.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-21 11:40:48 +02:00

29 lines
784 B
YAML

name: 📖 Documentation
description: Suggest an improvement for the documentation of this project
title: Content to be added or fixed
labels: [documentation]
body:
- type: checkboxes
id: type
attributes:
label: Type
options:
- label: Content inaccurate
- label: Content missing
- label: Typo
- type: input
id: url
attributes:
label: URL
placeholder: |
URL to the code we did not clearly describe or the document page where the content is inaccurate
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: |
A clear and concise description of what content should be added or fixed
validations:
required: true