From 6f9c9fc8a9503d23359897818e8ebd628c3c89fd Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 22 Oct 2024 13:11:02 -0400 Subject: [PATCH] Add adjustment issue template --- issue_template/adjustment.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 issue_template/adjustment.yaml diff --git a/issue_template/adjustment.yaml b/issue_template/adjustment.yaml new file mode 100644 index 0000000..3cd371a --- /dev/null +++ b/issue_template/adjustment.yaml @@ -0,0 +1,25 @@ +name: Adjustment +about: Request a change/adjustment to an existing feature +title: "[Adjustment]: " +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this adjustment request! + - type: markdown + attributes: + value: | + This issue was created by an issue **template** + visible: [content] + - type: textarea + id: adjustment-request + attributes: + label: Describe your request + description: Which existing feature would you like changed/adjusted? + placeholder: Tell me what you want, what you really really want! + value: "Request here!" + validations: + required: true +labels: + - type/adjustment + - needs-response \ No newline at end of file