File tree Expand file tree Collapse file tree 1 file changed +27
-11
lines changed Expand file tree Collapse file tree 1 file changed +27
-11
lines changed Original file line number Diff line number Diff line change 1
- # Description
1
+ ## Change description
2
2
3
- <!-- Describe your change here -->
3
+ > Description here
4
4
5
- # Before submitting a PR:
6
- We love getting PRs, but we hate asking people for the same basic changes every time.
5
+ ## Type of change
6
+ - [ ] Bug fix (fixes an issue)
7
+ - [ ] New feature (adds functionality)
8
+ - [ ] Improvement (improves codebase without changing functionality)
7
9
8
- - [ ] Push your changes to a branch other than ` main ` . Create your PR from that branch.
9
- - [ ] Add JavaDocs and other comments
10
- - [ ] Write tests that run and pass in CI. See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for details on how to capture snapshot data.
11
- - [ ] Run ` mvn -D enable-ci clean install site ` locally. If this command doesn't succeed, your change will not pass CI.
10
+ ## Related issues
12
11
13
- # When creating a PR:
12
+ > Fix [ # 1 ] ( )
14
13
15
- - [ ] Fill in the "Description" above.
16
- - [ ] Enable "Allow edits from maintainers".
14
+ ## Checklists
15
+
16
+ ### Development
17
+
18
+ - [ ] Lint rules pass locally
19
+ - [ ] Application changes have been tested thoroughly
20
+ - [ ] Automated tests covering modified code pass
21
+
22
+ ### Security
23
+
24
+ - [ ] Security impact of change has been considered
25
+ - [ ] Code follows company security practices and guidelines
26
+
27
+ ### Code review
28
+
29
+ - [ ] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
30
+ - [ ] "Ready for review" label attached and reviewers assigned
31
+ - [ ] Changes have been reviewed by at least one other contributor
32
+ - [ ] Pull request linked to task tracker where applicable
You can’t perform that action at this time.
0 commit comments