From 7f637caada1a75b1247b4e0b11808052170f4789 Mon Sep 17 00:00:00 2001 From: Gerd Date: Fri, 9 May 2025 19:19:39 +0200 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/miscellaneous.md | 10 ---------- .github/ISSUE_TEMPLATE/miscellaneous.yml | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/miscellaneous.md create mode 100644 .github/ISSUE_TEMPLATE/miscellaneous.yml diff --git a/.github/ISSUE_TEMPLATE/miscellaneous.md b/.github/ISSUE_TEMPLATE/miscellaneous.md deleted file mode 100644 index 17d86b178..000000000 --- a/.github/ISSUE_TEMPLATE/miscellaneous.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Miscellaneous -about: Other concerns. -title: '' -labels: question -assignees: hagezi - ---- - - diff --git a/.github/ISSUE_TEMPLATE/miscellaneous.yml b/.github/ISSUE_TEMPLATE/miscellaneous.yml new file mode 100644 index 000000000..610184246 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/miscellaneous.yml @@ -0,0 +1,22 @@ +name: Miscellaneous +description: Other concerns. +labels: ["question"] +assignees: + - hagezi +body: + + - type: textarea + id: concern + attributes: + label: Concern/Question + validations: + required: true + + - type: checkboxes + id: terms + attributes: + label: Terms + options: + - label: I confirm that the request does not contain any sexually explicit material or private/sensitive information. + required: true +