From 15e952d4cbf5dde988890eb9ee28189e17441e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=CE=9EV=CE=9BR?= Date: Sun, 1 Mar 2026 20:20:20 +0100 Subject: [PATCH] added config for issues --- .github/{ => ISSUE_TEMPLATE}/bug_report.yaml | 0 .github/ISSUE_TEMPLATE/config.yml | 1 + .github/{ => ISSUE_TEMPLATE}/feature_request.yaml | 0 3 files changed, 1 insertion(+) rename .github/{ => ISSUE_TEMPLATE}/bug_report.yaml (100%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/{ => ISSUE_TEMPLATE}/feature_request.yaml (100%) diff --git a/.github/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml similarity index 100% rename from .github/bug_report.yaml rename to .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml similarity index 100% rename from .github/feature_request.yaml rename to .github/ISSUE_TEMPLATE/feature_request.yaml