From ae6247aaa39f62a57f4361c12a0f3e74935755b3 Mon Sep 17 00:00:00 2001 From: natsuk4ze Date: Fri, 19 Jan 2024 17:50:06 +0900 Subject: [PATCH] Fix templates --- .../DISCUSSION_TEMPLATE/{q&a.yml => q-a.yml} | 0 .github/ISSUE_TEMPLATE/blank.yml | 24 ------------------- 2 files changed, 24 deletions(-) rename .github/DISCUSSION_TEMPLATE/{q&a.yml => q-a.yml} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/blank.yml 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