From 9df5ed6c8cc983822c8b009db733274e0f6d0504 Mon Sep 17 00:00:00 2001 From: smiley Date: Sun, 29 Oct 2023 19:48:57 +0100 Subject: [PATCH] :octocat: does that disable the special snowflake issue? --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .../pull_request_template.md => PULL_REQUEST_TEMPLATE.md} | 0 2 files changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/{PULL_REQUEST_TEMPLATE/pull_request_template.md => PULL_REQUEST_TEMPLATE.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..52676e4fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "You have a question or an issue that is not a bug?" + about: "Please use the Q&A section under discussions. Thanks!" + url: https://github.com/chillerlan/php-qrcode/discussions diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE.md