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 +