forked from Inpaqt/gitea_template
29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
name: Request new documentation
|
|
about: Request new documentation or a change to existing documentation
|
|
title: "[Docs]: "
|
|
labels: ["Priority low", "Kind/Documentation", "Management"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value:
|
|
This issue was created by an issue **template** :)
|
|
visible: [content]
|
|
- type: input
|
|
id: section
|
|
attributes:
|
|
label: where would you like new or different documentation ?
|
|
description: Specify which part of the documentation needs updating.
|
|
placeholder: Where do we need to update the documentation ?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: current
|
|
attributes:
|
|
label: Please provide the current documentation if applicable
|
|
description: Provide the existing content that needs modification.
|
|
placeholder: please link to the documentation or send the whole document and dont send pictures
|
|
- type: textarea
|
|
id: changes
|
|
attributes:
|
|
label: How would you describe it ?
|
|
description: Outline the changes you propose to make. |