You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/new_container.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,4 @@ You have implemented a new container and would like to contribute it? Great! Her
6
6
-[ ] You have updated all python requirements by running `make requirements` from the root directory.
7
7
-[ ] You have added tests for the new container in the `tests` directory, e.g. `tests/test_my_fancy_container.py`.
8
8
-[ ] 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