24 lines
488 B
YAML
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
|