Skip to content

Commit 25d77fb

Browse files
authored
chore: Create PR template (#97)
add PR template, first pass
1 parent 49e2511 commit 25d77fb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/pull_request_template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# PULL REQUEST
2+
3+
_PR title: Remember to name your PR descriptively and follow [conventional commits](https://cheatsheets.zip/conventional-commits)!_
4+
5+
## Summary
6+
7+
What changes are being proposed?
8+
9+
## Related Issue
10+
11+
Fixes #
12+
13+
## Acceptance Criteria
14+
15+
Please copy the acceptance criteria from your ticket and paste it here for your reviewer(s)
16+
17+
## Additional Information
18+
19+
Anything else the review team should know?
20+
21+
## Checklist
22+
23+
- [ ] ⚠️ Create an associated `dibbs-ecr-viewer` PR & checked that things work on the front-end.
24+
- [ ] If necessary, update any test fixtures/bundles to reflect FHIR conversion changes (in this repo and/or `dibbs-ecr-viewer`)
25+
- [ ] If this code affects the other scrum team, have they been notified? (In Slack, as reviewers, etc.)
26+
27+
⚠️ Do not merge this PR until the associated `dibbs-ecr-viewer` PR is created and validated. When both have been approved:
28+
1. Merge the FHIR converter PR
29+
2. Cut a new release of `dibbs-fhir-converter`
30+
3. Update the [fhir-converter Dockerfile](https://github.com/CDCgov/dibbs-ecr-viewer/blob/main/containers/fhir-converter/Dockerfile) in `dibbs-ecr-viewer` with the updated release branch number.

0 commit comments

Comments
 (0)