From 0df7955d37e8db2fc18138186d8ff1113105c58b Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 25 Oct 2024 23:50:17 +0200 Subject: github: update issue_template Signed-off-by: Paul Donald --- .github/ISSUE_TEMPLATE/03-something-else.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/03-something-else.yml (limited to '.github/ISSUE_TEMPLATE/03-something-else.yml') diff --git a/.github/ISSUE_TEMPLATE/03-something-else.yml b/.github/ISSUE_TEMPLATE/03-something-else.yml new file mode 100644 index 0000000000..16fa2f1079 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-something-else.yml @@ -0,0 +1,16 @@ +name: Something else❓ +description: Some other topic +title: Subject +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to contact us! + - type: textarea + id: issue + attributes: + label: How can we otherwise help? + placeholder: Describe away + value: + validations: + required: true -- cgit v1.2.3