From 5d4e560836b16f0c0a65f20185ddb587a436b580 Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sat, 25 Nov 2023 08:17:37 -0500 Subject: [PATCH] Updating the issue configuration to disable the submission of new issues of all types. --- .github/ISSUE_TEMPLATE/{bug_report.yaml => _bug_report.yaml} | 0 .../{documentation_change.yaml => _documentation_change.yaml} | 0 .../{feature_request.yaml => _feature_request.yaml} | 0 .github/ISSUE_TEMPLATE/{housekeeping.yaml => _housekeeping.yaml} | 0 .github/ISSUE_TEMPLATE/config.yml | 1 + 5 files changed, 1 insertion(+) rename .github/ISSUE_TEMPLATE/{bug_report.yaml => _bug_report.yaml} (100%) rename .github/ISSUE_TEMPLATE/{documentation_change.yaml => _documentation_change.yaml} (100%) rename .github/ISSUE_TEMPLATE/{feature_request.yaml => _feature_request.yaml} (100%) rename .github/ISSUE_TEMPLATE/{housekeeping.yaml => _housekeeping.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/_bug_report.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/_bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/documentation_change.yaml b/.github/ISSUE_TEMPLATE/_documentation_change.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/documentation_change.yaml rename to .github/ISSUE_TEMPLATE/_documentation_change.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/_feature_request.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.yaml rename to .github/ISSUE_TEMPLATE/_feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/housekeeping.yaml b/.github/ISSUE_TEMPLATE/_housekeeping.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/housekeeping.yaml rename to .github/ISSUE_TEMPLATE/_housekeeping.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9292a2e..550f15e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,3 +4,4 @@ blank_issues_enabled: false contact_links: - name: 📖 Project Update - PLEASE READ! url: https://github.com/PowerDNS-Admin/PowerDNS-Admin/discussions/1708 + about: "Important information about the future of this project"