Skip to content

Commit 3bc2c91

Browse files
committed
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
1 parent 7f7de55 commit 3bc2c91

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
lines changed

.github/ISSUE_TEMPLATE.md

-17
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Security issue
4+
url: https://github.com/spring-projects/security-advisories/security/advisories/new
5+
about: Security issues must be disclosed and discussed in private. See https://spring.io/security-policy
6+
- name: Asking for help
7+
url: https://stackoverflow.com/tags/spring
8+
about: The Spring team is using StackOverflow for questions.
9+

.github/ISSUE_TEMPLATE/issue.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Issue
3+
about: Bugs, enhancements, documentation, tasks.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
Have you considered asking for help on stackoverflow.com?
13+
14+
** Bug Reports **
15+
Please submit issues against OSS supported versions, see https://spring.io/projects/spring-framework#support
16+
Please provide a minimal sample application that reproduces the problem for faster issue triage.
17+
18+
** Enhancements requests **
19+
Before explaining how you would like things to work,
20+
please describe a concrete use case for this feature and how you have tried to solve this so far.
21+
22+
-->
23+

0 commit comments

Comments
 (0)