Skip to content

Commit 1c7db33

Browse files
committed
Add rebase/merge step to PR template.
1 parent 4e4ff3a commit 1c7db33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE/new_container.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ You have implemented a new container and would like to contribute it? Great! Her
66
- [ ] You have updated all python requirements by running `make requirements` from the root directory.
77
- [ ] You have added tests for the new container in the `tests` directory, e.g. `tests/test_my_fancy_container.py`.
88
- [ ] You have added the name of the container (such as `my_fancy_container`) to the `test-components` matrix in `.github/workflows/main.yml` to ensure the tests are run.
9+
- [ ] You have rebased your development branch on `master` (or merged `master` into your development branch).

0 commit comments

Comments
 (0)