diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-25 23:50:17 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-26 01:29:11 +0200 |
commit | 0df7955d37e8db2fc18138186d8ff1113105c58b (patch) | |
tree | ad2da72a7e60429d43f908c15adb59287d65b338 /.github/ISSUE_TEMPLATE/03-something-else.yml | |
parent | ba530891d56ff89db799d5ccb87333dadfabf88e (diff) |
github: update issue_template
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE/03-something-else.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/03-something-else.yml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |