add issue issue_template

This commit is contained in:
Alexander Navarro 2024-09-06 13:18:48 -04:00
parent 5d48f27304
commit 595ac566ea
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5

View file

@ -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