From 3bc2c91eff35023b20260a3edc4b090f0cc2164b Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 15 Oct 2024 17:36:48 +0200 Subject: [PATCH] Revisit GitHub issue template Prior to this commit, this repository had a single issue template markdown file that listed all the information for creating a new issue in this project. Because there was a lot, people missed warnings against creating security reports publicly or asking questions in the issue tracker. This commit introduces an issue template configuration that provides developers with a choice before creating the actual issue. Closes gh-33711 --- .github/ISSUE_TEMPLATE.md | 17 ----------------- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/issue.md | 23 +++++++++++++++++++++++ 3 files changed, 32 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 36717b4858..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ - -**Affects:** \ - ---- - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..f425a806d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: false +contact_links: + - name: Security issue + url: https://github.com/spring-projects/security-advisories/security/advisories/new + about: Security issues must be disclosed and discussed in private. See https://spring.io/security-policy + - name: Asking for help + url: https://stackoverflow.com/tags/spring + about: The Spring team is using StackOverflow for questions. + diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000000..7abf75db4d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,23 @@ +--- +name: Issue +about: Bugs, enhancements, documentation, tasks. +title: '' +labels: '' +assignees: '' + +--- + + +