From 618769908d00dffb1ce3d37bac1a03ee393440c2 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 14 Apr 2020 14:58:54 -0500 Subject: [PATCH] Add config.yml --- .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 0000000..8d07707 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Community Support + url: https://stackoverflow.com/questions/tagged/spring-security + about: Please ask and answer questions on StackOverflow with the tag `spring-security`. + - name: Security Issues + url: https://pivotal.io/security#reporting + about: Please report security vulnerabilities here.