diff --git a/.github/ISSUE_TEMPLATE/other-issues.md b/.github/ISSUE_TEMPLATE/other-issues.md deleted file mode 100644 index c7d272147c..0000000000 --- a/.github/ISSUE_TEMPLATE/other-issues.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Other issues -about: Use this template for any other issues. - ---- - -This template is for miscellaneous issues not covered by the other issue categories. diff --git a/.github/ISSUE_TEMPLATE/other-issues.yml b/.github/ISSUE_TEMPLATE/other-issues.yml new file mode 100644 index 0000000000..043e73bf96 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issues.yml @@ -0,0 +1,9 @@ +name: Other issues +description: Use this template for any other issues. +body: + - type: textarea + attributes: + label: Describe the bug + placeholder: "" + validations: + required: true