content/.gitea/pull_request_template/new_wiki.yaml

27 lines
697 B
YAML
Raw Normal View History

2024-05-05 20:14:15 +00:00
name: Add a new wiki page
about: Add a new wiki page to the wiki
title: "[wiki]: <page name>"
body:
- type: textarea
id: details
attributes:
label: Details
description: Explain the purpose of this wiki page
validations:
required: true
- type: checkboxes
id: image
attributes:
label: Spelling mistakes
description: Make sure you double check the markdown for any spelling mistakes
options:
- label: Yes, I checked and corrected all the spelling mistakes
required: true
- type: textarea
id: extra
attributes:
label: Extra
description: Anything you want to add
2024-05-05 20:14:15 +00:00
validations:
required: false