Skip to content

Commit baac4cc

Browse files
committed
Merge pull request #42770 from nosan
* pr/42770: Polish "Add GitHub issue templates" Add GitHub issue templates Closes gh-42770
2 parents 768ed5a + 52b7b3c commit baac4cc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-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: Community Support
4+
url: https://stackoverflow.com/tags/spring-boot
5+
about: Please ask and answer questions on StackOverflow with the tag `spring-boot`.

.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: General
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.

0 commit comments

Comments
 (0)