Skip to content

Commit ea1866c

Browse files
committed
chore(issue_template): #348 update bug and feature template
1 parent 97d066e commit ea1866c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ A clear description of what actually happened.
2424
## Screenshots/Logs
2525
If applicable, please attach any screenshots, logs, or error messages that may help in reproducing the issue.
2626

27-
### Application Version:
27+
### Application/Tools/Utility Version:
2828
- Version: [e.g. v1.0.0]
2929
- Spring Boot Version: [e.g. 2.5.4]
30+
- Cog version
31+
- gradle etc
3032

3133
### Environment:
3234
- OS: [e.g. Ubuntu 20.04]
3335
- Java Version: [e.g. OpenJDK 11]
34-
- Database: [e.g. MySQL, PostgreSQL, MongoDB, etc.]
3536

3637
## Additional Information
3738
Any other context or details that could help to resolve the issue (e.g., specific configurations, network setup, etc.).

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
name: "Feature Request"
3-
about: "Request a new feature or enhancement for the Spring Boot microservice"
4-
title: "[FEATURE] - [Short Description of the Feature]"
3+
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]"
55
labels: "enhancement"
66
assignees: ""
77

88
---
99

1010
## Description
11-
A clear and concise description of the feature you're requesting.
11+
A clear and concise description of the feature you're requesting in this repository.
12+
13+
This can be anything from CI tool integration, Security feature (use Security-DevSecOps label), change in the code etc.
1214

1315
## Use Case
1416
Describe the problem or use case you're trying to solve with this feature.

0 commit comments

Comments
 (0)