-
Notifications
You must be signed in to change notification settings - Fork 775
Contributing guidelines #1125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributing guidelines #1125
Conversation
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
for more information, see https://pre-commit.ci
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
Nic-Ma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
ericspod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
for more information, see https://pre-commit.ci
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
wyli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the command of running one notebook appears multiple times ./runner.sh -p "-and -wholename , perhaps we add a new option ./runner.sh -t in the bash script as a shortcut?
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
Agree and only a small question: is Added the following in -t|--test)
pattern+="-and -wholename ./$2"
echo $pattern
shift |
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
|
Thanks @mingxin-zheng The script changes look good |
|
@wyli shall we change the https://github.com/Project-MONAI/tutorials/blob/main/README.md#3-note-to-developers In addition, the string to replace list in the note seems outdated. Maybe I can update that in this PR. |
|
Sure, that'll be helpful. The pull request template could also be updated to remind the developers https://github.com/Project-MONAI/tutorials/blob/main/.github/pull_request_template.md |
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
|
Thanks @wyli . I added the following to the template, if that's what you are thinking of: - [ ] I have read the [Contributing Guidelines](../CONTRIBUTING.md) |
|
I think a URL to the contrib guide should be enough. But the template checklist should include more detailed items, like whether a license header is included, and maybe things you mentioned in the common recommendation section, file size, dataset license. The goal is to ask the contributors to do some basic self check for every pull request. |
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
|
Thanks @wyli for the clarification, and here it goes: |
Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> Fixes Project-MONAI#1119 . ### Description Provide guidelines for tutorial contributions ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Notebook runs automatically `./runner [-p <regex_pattern>]` Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Mingxin Zheng 18563433+mingxin-zheng@users.noreply.github.com
Fixes #1119 .
Description
Provide guidelines for tutorial contributions
Checks
./runner [-p <regex_pattern>]