Skip to content

Commit f43b392

Browse files
committed
docs(README): #354 update versioning heading in README
docs(what-to-expect-next): #354 update the section docs(what-to-expect-next): #354 add generic issue template
1 parent 64fd911 commit f43b392

12 files changed

+95
-66
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(scope) - 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(scope) - 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ""
1010
## Description
1111
<!--
1212
A clear and concise description of the feature you're requesting in this repository.
13-
This can be anything from CI tool integration, Security feature (use Security-DevSecOps label), change in the code etc.
13+
This can be anything from CI tool integration, Security features (use Security-DevSecOps label), changes in the cod,e etc.
1414
-->
1515

1616
## Use Case
@@ -22,7 +22,7 @@ This can be anything from CI tool integration, Security feature (use Security-De
2222
## Benefits
2323
<!-- Describe the benefits of this feature and why it should be prioritized. -->
2424

25-
### Example
25+
## Example
2626
<!-- - Provide examples of how the feature will work or how it will be used, if possible. -->
2727

2828
## Additional Information
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "Generic Report"
3+
about: "Request a change that does not classify with other issue types"
4+
title: "chore(scope) - brief description of the requested change"
5+
labels: "vulnerabilities"
6+
assignees: "good first issue"
7+
8+
---
9+
10+
## Description
11+
<!--
12+
A clear and concise description of the request in this repository.
13+
This request template should only be used in cases when the request type does not match other issue types.
14+
-->
15+
16+
## Use Case
17+
<!-- Describe the problem or use case you're trying to solve with this feature. -->
18+
19+
## Additional Information
20+
<!-- Any other details, mockups, or context that may help in understanding the request. -->

.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"
33
about: "Report a potential security vulnerability in the Spring Boot microservice repository"
4-
title: "security(scope) - Brief description of the vulnerability"
4+
title: "security(scope) - brief description of the vulnerability"
55
labels: "vulnerabilities"
66
assignees: ""
77

@@ -23,7 +23,7 @@ assignees: ""
2323
## Suggested Mitigation or Fix
2424
<!-- If known, provide any suggestions for mitigating the vulnerability or fixing the issue. -->
2525

26-
### CVSS Score (Optional)
26+
## CVSS Score (Optional)
2727
<!-- If you are aware of the Common Vulnerability Scoring System (CVSS) score, please include it to help assess the severity. -->
2828

2929
## Additional Information

.github/PULL_REQUEST_TEMPLATE/bug_pr_template.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
Please provide a summary of the bug being fixed, the motivation for fixing it, and any context regarding how it impacts the functionality or users.
5-
Please specify if this PR has dependency on any other changes.
5+
Please specify if this PR has a dependency on any other changes.
66
-->
77

88
### Type of bug fix
@@ -23,29 +23,29 @@ Please describe the tests that you ran to verify your changes. Provide instructi
2323
- Test case 1 (please describe)
2424
- Test case 2 (please describe)
2525
26-
Please attach relevant evidences supporting the test execution.
26+
Please attach relevant shreds of evidence supporting the test execution.
2727
-->
2828

2929
## Checklist for Author
3030

3131
- [ ] The PR follows below contribution conventions
32-
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
32+
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
3333
scope): issue_reference message
34-
- [ ] PR commits follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
34+
- [ ] PR commits follow [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
3535
scope): issue_reference message
36-
- [ ] PR branch follows convention of format [commit_type]-[issue-reference]-[brief-description]
37-
- [ ] I have tested the bug fix thoroughly and attached test evidences confirming changes works as expected
36+
- [ ] PR branch follows the convention of format [commit_type]-[issue-reference]-[brief-description]
37+
- [ ] I have tested the bug fix thoroughly and attached test shreds of evidence confirming changes work as expected
3838
- [ ] I have updated the documentation to reflect bug fixes (if applicable)
3939
- [ ] My changes generate no new warnings or errors
4040
- [ ] Checks for unused files
4141
- [ ] Checks for changes not related to this issue
4242

43-
## Additional notes for reviewer
43+
## Additional notes for the reviewer
4444

4545
<!-- Add any information that can be useful to the reviewer -->
4646

4747
## Checklist for Reviewer
4848

4949
- [ ] The PR follows contribution guidelines
50-
- [ ] I have reviewed the author checklist
50+
- [ ] I have reviewed the author's checklist
5151
- [ ] I have tested the changes locally are working as expected

.github/PULL_REQUEST_TEMPLATE/document_pr_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
Please include a summary of the changes made to the documentation. Explain the motivation for the change and the impact on the users or developers who rely on this documentation.
5-
Please specify if this PR has dependency on any other changes.
5+
Please specify if this PR has a dependency on any other changes.
66
-->
77

88
### Affected Documentation
@@ -20,7 +20,7 @@ Affected Documentation:
2020

2121
## How Has This Been Tested?
2222

23-
Please describe how the changes to documentation were reviewed. If applicable, include instructions on how to view or
23+
Please describe how the changes to the documentation were reviewed. If applicable, include instructions on how to view or
2424
test the updated documentation.
2525

2626
- [ ] Documentation preview checked in markdown renderer
@@ -35,19 +35,19 @@ Test Configuration:
3535
## Checklist for Author
3636

3737
- [ ] The PR follows below contribution conventions
38-
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
38+
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
3939
scope): issue_reference message
40-
- [ ] PR commits follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
40+
- [ ] PR commits follow [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
4141
scope): issue_reference message
42-
- [ ] PR branch follows convention of format [commit_type]-[issue-reference]-[brief-description]
42+
- [ ] PR branch follows the convention of format [commit_type]-[issue-reference]-[brief-description]
4343
- [ ] My code follows the style guidelines of this project
4444
- [ ] I have performed a self-review of my documentation to reflect the code changes, spelling and is clearly accurate
45-
- [ ] I have tested the documentation for correctness and if required added evidences(e.g., links, images)
45+
- [ ] I have tested the documentation for correctness and if required added shreds of evidence (e.g., links, images)
4646
- [ ] My changes generate no new warnings or errors
4747
- [ ] Checks for unused files
4848
- [ ] Checks for changes not related to this issue
4949

50-
## Additional notes for reviewer
50+
## Additional notes for the reviewer
5151

5252
<!-- Add any information that can be useful to the reviewer -->
5353

.github/PULL_REQUEST_TEMPLATE/feature_pr_template.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
Please include a summary of the changes made to the documentation. Explain the motivation for the change and the impact on the users or developers who rely on this documentation.
5-
Please specify if this PR has dependency on any other changes.
5+
Please specify if this PR has a dependency on any other changes.
66
-->
77

88
### Type of feature request
@@ -25,29 +25,29 @@ Please describe the tests that you ran to verify your changes.
2525
- Test case 1 (please describe)
2626
- Test case 2 (please describe)
2727
28-
Please attach relevant evidences supporting the test execution.
28+
Please attach relevant shreds of evidence supporting the test execution.
2929
-->
3030

3131
## Checklist for Author
3232

3333
- [ ] The PR follows below contribution conventions
34-
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
34+
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
3535
scope): issue_reference message
36-
- [ ] PR commits follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
36+
- [ ] PR commits follow [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
3737
scope): issue_reference message
38-
- [ ] PR branch follows convention of format [commit_type]-[issue-reference]-[brief-description]
39-
- [ ] I have tested the enhancement thoroughly and attached test evidences confirming changes works as expected
38+
- [ ] PR branch follows the convention of format [commit_type]-[issue-reference]-[brief-description]
39+
- [ ] I have tested the enhancement thoroughly and attached test shreds of evidence confirming changes work as expected
4040
- [ ] I have updated the documentation to reflect enhancement (if applicable)
4141
- [ ] My changes generate no new warnings or errors and added tests that prove my feature PR is effective
4242
- [ ] Checks for unused files
4343
- [ ] Checks for changes not related to this issue
4444

45-
## Additional notes for reviewer
45+
## Additional notes for the reviewer
4646

4747
<!-- Add any information that can be useful to the reviewer -->
4848

4949
## Checklist for Reviewer
5050

5151
- [ ] The PR follows contribution guidelines
52-
- [ ] I have reviewed the author checklist
52+
- [ ] I have reviewed the author's checklist
5353
- [ ] I have tested the changes locally are working as expected

.github/PULL_REQUEST_TEMPLATE/generic_pr_template.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
Please provide a summary of the changes made, the motivation for making the changes, and any context regarding how it impacts the functionality or users.
5-
Please specify if this PR has dependency on any other changes.
5+
Please specify if this PR has a dependency on any other changes.
66
-->
77

88
### Type of Change
@@ -17,29 +17,29 @@ Please describe the tests that you ran to verify your changes.
1717
- Test case 1 (please describe)
1818
- Test case 2 (please describe)
1919
20-
Please attach relevant evidences supporting the test execution.
20+
Please attach relevant shreds of evidence supporting the test execution.
2121
-->
2222

2323
## Checklist for Author
2424

2525
- [ ] The PR follows below contribution conventions
26-
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
26+
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
2727
scope): issue_reference message
28-
- [ ] PR commits follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
28+
- [ ] PR commits follow [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
2929
scope): issue_reference message
30-
- [ ] PR branch follows convention of format [commit_type]-[issue-reference]-[brief-description]
31-
- [ ] I have tested the changes thoroughly and attached test evidences confirming changes works as expected
30+
- [ ] PR branch follows the convention of format [commit_type]-[issue-reference]-[brief-description]
31+
- [ ] I have tested the changes thoroughly and attached test shreds of evidence confirming changes works as expected
3232
- [ ] I have updated the documentation to reflect changes (if applicable)
3333
- [ ] My changes generate no new warnings or errors
3434
- [ ] Checks for unused files
3535
- [ ] Checks for changes not related to this issue
3636

37-
## Additional notes for reviewer
37+
## Additional notes for the reviewer
3838

3939
<!-- Add any information that can be useful to the reviewer -->
4040

4141
## Checklist for Reviewer
4242

4343
- [ ] The PR follows contribution guidelines
44-
- [ ] I have reviewed the author checklist
44+
- [ ] I have reviewed the author's checklist
4545
- [ ] I have tested the changes locally are working as expected

.github/PULL_REQUEST_TEMPLATE/security_vulnerability_pr_template.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
Please provide a summary of the security vulnerability being fixed, the motivation for fixing it, and any context regarding how it impacts the functionality or users.
5-
Please specify if this PR has dependency on any other changes.
5+
Please specify if this PR has a dependency on any other changes.
66
-->
77

88
### Type of Security Vulnerability
@@ -24,30 +24,30 @@ Please describe the tests that you ran to verify your changes. Provide instructi
2424
- Test case 1 (please describe)
2525
- Test case 2 (please describe)
2626
27-
Please attach relevant evidences supporting the test execution.
27+
Please attach relevant shreds of evidence supporting the test execution.
2828
-->
2929

3030
## Checklist for Author
3131

3232
- [ ] The PR follows below contribution conventions
33-
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
33+
- [ ] PR title follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
3434
scope): issue_reference message
35-
- [ ] PR commits follows [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
35+
- [ ] PR commits follow [conventional commits](https://docs.cocogitto.io/guide/commit.html) format commit_type(
3636
scope): issue_reference message
37-
- [ ] PR branch follows convention of format [commit_type]-[issue-reference]-[brief-description]
38-
- [ ] I have tested the security vulnerability thoroughly and attached test evidences confirming changes works as
37+
- [ ] PR branch follows the convention of format [commit_type]-[issue-reference]-[brief-description]
38+
- [ ] I have tested the security vulnerability thoroughly and attached test shreds of evidence confirming changes work as
3939
expected
4040
- [ ] I have updated the documentation to reflect bug fixes (if applicable)
4141
- [ ] My changes generate no new warnings or errors
4242
- [ ] Checks for unused files
4343
- [ ] Checks for changes not related to this issue
4444

45-
## Additional notes for reviewer
45+
## Additional notes for the eviewer
4646

4747
<!-- Add any information that can be useful to the reviewer -->
4848

4949
## Checklist for Reviewer
5050

5151
- [ ] The PR follows contribution guidelines
52-
- [ ] I have reviewed the author checklist
52+
- [ ] I have reviewed the author's checklist
5353
- [ ] I have tested the changes locally are working as expected

0 commit comments

Comments
 (0)