Skip to content

Commit 9ec827d

Browse files
committed
chore(issue_template): #348 update template title
1 parent e92c601 commit 9ec827d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Bug Report"
33
about: "Report a bug or unexpected behavior in the Spring Boot microservice"
4-
title: "[BUG] - [Short Description of the Issue]"
4+
title: "[bug(scope)] - [Short description of the issue]"
55
labels: "bug"
66
assignees: ""
77

.github/ISSUE_TEMPLATE/document_improvement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Documentation Improvement"
33
about: "Suggest an improvement or correction to the project's documentation"
4-
title: "[DOCS] - [Short Description of the Documentation Issue]"
4+
title: "[docs(scope)] - [Short description of the documentation issue]"
55
labels: "documentation"
66
assignees: ""
77

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Feature Request"
33
about: "Request a new feature or enhancement for the spring-boot-microservice-best-practices repository"
4-
title: "[FEATURE] - [Short Description of the Feature or enhancement]"
4+
title: "[feat(scope)] - [short description of the Feature or enhancement]"
55
labels: "enhancement"
66
assignees: ""
77

.github/ISSUE_TEMPLATE/security_vulnerability_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "Security Vulnerability Report"
3-
about: "Report a potential security vulnerability in the Spring Boot microservice"
4-
title: "[SECURITY] - [Brief Description of the Vulnerability]"
3+
about: "Report a potential security vulnerability in the Spring Boot microservice repository"
4+
title: "[security(scope)] - [Brief description of the vulnerability]"
55
labels: "security"
66
assignees: ""
77

0 commit comments

Comments
 (0)