dots/.forgejo/issue_template/update_config.yml
2024-09-06 13:18:48 -04:00

24 lines
488 B
YAML

name: Update config
about: A tool needs to have its configuration added or updated
title: '[Config]: '
ref: 'main'
labels:
- Priority/Low
- Severity/Low
- Status/Pending
- Type/Config
body:
- type: input
id: tool
attributes:
label: Tool
placeholder: neovim
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
placeholder: What needs to be changed?
validations:
required: true