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: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,10 @@ Ideally, the new branch should be based on the latest `dev` branch.
46
46
1. Make changes to the branch ([use detailed commit messages if possible](https://chris.beams.io/posts/git-commit/)).
47
47
1.[Create a new pull request](https://help.github.com/en/desktop/contributing-to-projects/creating-a-pull-request) from the task branch to the dev branch, with detailed descriptions of the purpose of this pull request.
48
48
1. For any large files inside the bundle, please use [Git LFS commands](https://github.com/git-lfs/git-lfs/edit/main/README.md#example-usage) to track them properly.
49
-
1. Wait for reviews; if there are reviews, make point-to-point responses, make further code changes if needed.
50
-
1. If there are conflicts between the pull request branch and the dev branch, pull the changes from the dev and resolve the conflicts locally.
51
-
1. Reviewer and contributor may have discussions back and forth until all comments addressed.
52
-
1. Wait for the pull request to be merged.
49
+
2. A pull request template is provided, and please address all related palces in the checklist.
50
+
3. Wait for reviews; if there are reviews, make point-to-point responses, make further code changes if needed.
51
+
4. If there are conflicts between the pull request branch and the dev branch, pull the changes from the dev and resolve the conflicts locally.
52
+
5. Reviewer and contributor may have discussions back and forth until all comments addressed.
53
+
6. Wait for the pull request to be merged.
53
54
54
55
[monai model zoo issue list]: https://github.com/Project-MONAI/model-zoo/issues
0 commit comments