summaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE/03-something-else.yml
blob: 16fa2f1079126fa9d55dcce5b12000988b288dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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