Skip to content

Commit 79a15be

Browse files
committed
chore: add housekeeping items to PR template
1 parent 6b5c4ff commit 79a15be

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pull_request_template.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,41 @@
11
## Problem
2+
23
<!-- Why are we making this code change? -->
34

45
## Solution
6+
57
<!-- How do the changes in this pull request solve the stated problem? Be descriptive. -->
68

79
## Additional Notes
10+
811
<!-- Is there anything in particular that you want to call attention to? Areas of focus, follow-up actions, etc. -->
912

1013
## Links
14+
1115
### Ticket
16+
1217
<!-- *do not link to private ticketing systems* -->
13-
GitHub issue _____
18+
19+
GitHub issue:
1420

1521
### Other links
1622

1723
## Verification
24+
1825
### Manual tests
26+
1927
<!-- Include the data and actions taken to exercise the Subject Under Test (SUT). Include any screen captures if relevant. -->
2028

2129
### Automated tests
30+
2231
- [ ] Unit tests added/updated
2332
- [ ] E2E tests added/updated
2433
- [ ] N/A - (provide a reason)
2534
- [ ] deferred - (provide GitHub issue for tracking)
2635

27-
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
36+
### Housekeeping
37+
38+
- [ ] No non-essential console logs
39+
- [ ] All new files contain license notice
40+
41+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

0 commit comments

Comments
 (0)