diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..3d9c65a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,11 @@ +name: Other +description: Anything that doesn't fit into one of the other issue categories +title: "" +body: + - type: textarea + id: whats-up + attributes: + label: What is the issue? + description: Is some tooling not working? Performance issues? ... + validations: + required: true