From aa0985328d90349d5a8f71c64d3a73c5bde495b2 Mon Sep 17 00:00:00 2001 From: "A. Singh" <32884734+A-5ingh@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:41:05 -0400 Subject: [PATCH] fix: disable blank issues and update contact links in issue template (#1281) Co-authored-by: Rizel Scarlett Co-authored-by: Angie Jones --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d90f80cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Goose Discord discussion + url: https://discord.gg/block-opensource + about: Please ask and answer questions here. + - name: Report a security vulnerability + url: https://github.com/block/goose/security/policy + about: Please report security vulnerabilities here.