Skip to content

Commit ee637af

Browse files
committed
Added github issue templates
1 parent 4b87918 commit ee637af

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Asking for help
4+
url: https://stackoverflow.com/tags/spring-boot
5+
about: The Spring Boot team is using StackOverflow for general questions.

.github/ISSUE_TEMPLATE.md renamed to .github/ISSUE_TEMPLATE/issue.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
name: Issue
3+
about: Bugs, enhancements, documentation, tasks.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
19
<!--
210
Thanks for raising a Spring Boot issue. Please take the time to review the following
311
categories as some of them do not apply here.

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Reporting a Vulnerability
2+
3+
Please, [open a draft security advisory](https://github.com/spring-projects/security-advisories/security/advisories/new) if you need to disclose and discuss a security issue in private with the Spring Boot team. Note that we only accept reports against [supported versions](https://spring.io/projects/spring-boot#support).
4+
5+
For more details, check out our [security policy](https://spring.io/security-policy).

0 commit comments

Comments
 (0)