diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml new file mode 100644 index 0000000..37b8230 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yaml @@ -0,0 +1,13 @@ +name: Other +description: Something else? +title: "[Other]: " +labels: [Other] +body: + - type: textarea + id: description + attributes: + label: Describe the issue + description: | + Please describe the issue in as much detail as possible. + validations: + required: true