From 4d62ac2ce29117124ac01950e514218551a032c5 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Tue, 28 Oct 2025 16:52:22 -0400 Subject: [PATCH] chore(github): show an ask a question link when creating an issue --- .github/ISSUE_TEMPLATE/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 688f4fb..95de6a8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,6 @@ blank_issues_enabled: true contact_links: -- name: Community Discussions +- name: Ask a question url: https://github.com/edera-dev/sprout/discussions about: Please ask and answer questions here. -- name: Security Advisory - url: https://github.com/edera-dev/sprout/security/advisories/new - about: Please report security vulnerabilities here. +# Note that GitHub will automatically display our security policy in the new issue form.