diff --git a/.forgejo/issue_template/update_config.yml b/.forgejo/issue_template/update_config.yml new file mode 100644 index 0000000..ea07ec2 --- /dev/null +++ b/.forgejo/issue_template/update_config.yml @@ -0,0 +1,24 @@ +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