From ef57648f1380c2a4c7d2f51969a63951a6c9e59c Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Sat, 24 Aug 2024 11:42:34 +1000 Subject: [PATCH] fixed templates not working? --- .github/ISSUE_TEMPLATE/🐞-bug-report.yml | 6 ++++++ .github/ISSUE_TEMPLATE/💡-feature-request.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/🐞-bug-report.yml b/.github/ISSUE_TEMPLATE/🐞-bug-report.yml index e4b18ca..23d5be6 100644 --- a/.github/ISSUE_TEMPLATE/🐞-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/🐞-bug-report.yml @@ -4,6 +4,12 @@ labels: [Bug] assignees: - 0PandaDEV body: + # + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + # - type: textarea id: description attributes: diff --git a/.github/ISSUE_TEMPLATE/💡-feature-request.yml b/.github/ISSUE_TEMPLATE/💡-feature-request.yml index cbf9437..85a90c9 100644 --- a/.github/ISSUE_TEMPLATE/💡-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/💡-feature-request.yml @@ -4,6 +4,12 @@ labels: [Feature] assignees: - 0PandaDEV body: + # + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! + # - type: textarea id: description attributes: