From 595ac566ea50ebd0c50c81c3824088c35d51a0e1 Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 6 Sep 2024 13:18:48 -0400 Subject: [PATCH] add issue issue_template --- .forgejo/issue_template/update_config.yml | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .forgejo/issue_template/update_config.yml 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