Skip to content

Commit 5434956

Browse files
authored
Update pull_request_template.md
1 parent 4842b96 commit 5434956

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
Closes #
1+
Closes #<issue ID>
22

33
---
44
Checklist:
55
- [ ] Run `make test` and `make lint`
6-
- [ ] Test end to end manually (e.g. build/push all images, restart local operator, and run `cx refresh` in an example folder)
7-
- [ ] Update documentation
6+
- [ ] Test end to end manually (e.g. build/push all images, restart operator, and run `cx refresh`)\
87
- [ ] Update examples
9-
- [ ] Alert team if dev environment changed
8+
- [ ] Update documentation (add any new files to `summary.md`)
9+
- [ ] Merge to master
1010
- [ ] Cherry-pick into release branches if it's a bugfix
11+
- [ ] Check [gitbook](https://docs.cortex.dev/v/master/) that docs look good and links function properly
12+
- [ ] Alert team if dev environment changed
1113
- [ ] Delete the branch once it's merged

0 commit comments

Comments
 (0)