diff --git a/.github/DISCUSSION_TEMPLATE/q&a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml similarity index 100% rename from .github/DISCUSSION_TEMPLATE/q&a.yml rename to .github/DISCUSSION_TEMPLATE/q-a.yml diff --git a/.github/ISSUE_TEMPLATE/blank.yml b/.github/ISSUE_TEMPLATE/blank.yml deleted file mode 100644 index 1052d483..00000000 --- a/.github/ISSUE_TEMPLATE/blank.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Blank issue -description: Use when no matching template was found. -labels: "\U0001F440 in triage" -assignees: natsuk4ze -body: - - type: checkboxes - attributes: - label: Did you check the documentation and it did not help? - options: - - label: I have carefully read the [README](https://github.com/natsuk4ze/gal/blob/main/README.md) - required: true - - label: I have carefully searched the [existing documentation](https://github.com/natsuk4ze/gal/wiki) - required: true - - label: I have carefully searched the [existing answer](https://github.com/natsuk4ze/gal/discussions) - required: true - - label: I have carefully read the [contribution guide](https://github.com/natsuk4ze/gal/blob/main/CONTRIBUTING.md) - required: true - - type: textarea - attributes: - label: Descrpition - description: | - Please tell us about the problem in as much detail as possible. - validations: - required: true