From 482ba9d99f13f8373b890f3cd90a95e65725bd9e Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 16 May 2026 20:27:48 +0300 Subject: [PATCH] fix: use yml instead of yaml files for issue templates --- .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} | 0 .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 1 + .../ISSUE_TEMPLATE/{feature_request.yaml => feature_request.yml} | 0 3 files changed, 1 insertion(+) rename .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} (100%) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (91%) rename .github/ISSUE_TEMPLATE/{feature_request.yaml => feature_request.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 91% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml index 0a8b25b4..b3586111 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +blank_issues_enabled: true contact_links: - name: Tinyauth Community Support on Discord url: https://discord.gg/eHzVaCzRRd diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yaml rename to .github/ISSUE_TEMPLATE/feature_request.yml