content/.gitea/pull_request_template/new_config.yaml
2024-10-17 20:02:43 +03:00

20 lines
510 B
YAML

name: Add a new configuration
about: Add a new config to the config hub
title: "[config]: <config name>"
body:
- type: checkboxes
id: image
attributes:
label: Screenshot
description: Make sure you added a screenshot of your config under `assets/configs`
options:
- label: Yes, I added a screenshot
required: true
- type: textarea
id: extra
attributes:
label: Extra
description: Anything you want to add
validations:
required: false