diff options
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 |