Skip to content

Commit 7b190ba

Browse files
committed
Update to Vanta's pull request template
1 parent 48df39c commit 7b190ba

File tree

1 file changed

+27
-11
lines changed

1 file changed

+27
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1-
# Description
1+
## Change description
22

3-
<!-- Describe your change here -->
3+
> Description here
44
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)
79

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
1211

13-
# When creating a PR:
12+
> Fix [#1]()
1413
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

0 commit comments

Comments
 (0)