From f63b77589fe36edd359db88a414c5738d1b46849 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart" Date: Tue, 10 Dec 2024 21:54:44 +0000 Subject: [PATCH] Update and rename other-issues.md to other-issues.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2⁄2! --- .github/ISSUE_TEMPLATE/other-issues.md | 7 ------- .github/ISSUE_TEMPLATE/other-issues.yml | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/other-issues.md create mode 100644 .github/ISSUE_TEMPLATE/other-issues.yml 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