Skip to content

Commit b599094

Browse files
authored
Add labels to issue templates
1 parent 00b4320 commit b599094

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/ISSUE_TEMPLATE/spring-boot-admin-bug.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Bug
33
about: Spring Boot Admin issue template for reporting bugs
4+
title: ''
5+
labels: bug, waiting-for-triage
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/spring-boot-admin-enhancement.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
name: Enhancement / Feature Request
3-
about: Spring Boot Admin issue template for proposing Enhancements or making feature requests
3+
about: Spring Boot Admin issue template for proposing Enhancements or making feature
4+
requests
5+
title: ''
6+
labels: enhancement, waiting-for-triage
7+
assignees: ''
8+
49
---
510

611
<!--

0 commit comments

Comments
 (0)