Skip to content

Commit 3dc730b

Browse files
authored
Merge pull request #12 from Project-MONAI/update-readme-about-pr-template
Update readme about PR template changes
2 parents 72b2e14 + 9b4a3ab commit 3dc730b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ Ideally, the new branch should be based on the latest `dev` branch.
4646
1. Make changes to the branch ([use detailed commit messages if possible](https://chris.beams.io/posts/git-commit/)).
4747
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.
4848
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.
5354

5455
[monai model zoo issue list]: https://github.com/Project-MONAI/model-zoo/issues

0 commit comments

Comments
 (0)