We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8ed1b commit ecf9ebeCopy full SHA for ecf9ebe
.github/pull_request_template.md
@@ -1,8 +1,7 @@
1
---
2
Checklist:
3
-- [ ] Run automated tests (`make test`)
4
-- [ ] Test end to end manually (e.g. rebuild registry/operator and run `cx refresh` in an example folder)
5
-- [ ] Add license header to each new file
+- [ ] Run `make test` and `make lint`
+- [ ] Test end to end manually (e.g. build/push all images, restart local operator, and run `cx refresh` in an example folder)
6
- [ ] Update documentation
7
- [ ] Update examples and `cx init`
8
- [ ] Alert team if dev environment changed
0 commit comments