add issue issue_template
This commit is contained in:
parent
5d48f27304
commit
595ac566ea
1 changed files with 24 additions and 0 deletions
24
.forgejo/issue_template/update_config.yml
Normal file
24
.forgejo/issue_template/update_config.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue