-
Notifications
You must be signed in to change notification settings - Fork 7.2k
adding PR template #4586
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
adding PR template #4586
Conversation
Hi @Borda! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
@Borda Thanks for the PR. This seems to add information on how to submit a PR rather than standardize the way we submit PRs. Doesn't this mean that a people would have to delete most if not all the text upon submission? |
Thanks for the PR @Borda From my experience on other projects, this kind of PR checklist usually don't add much to the quality of PRs, but they do add a bit of unnecessary overhead to the submission process. So for now I'm not convinced this would be a net improvement on the process. Perhaps your experience is different? Maybe we can keep in super simple and just write something like
with a link for each section |
I do not insist in a checklist, but mainly I would add some section, as it is very helpful for any new contributor to know what he/she shall write in the PR to facilitate/simplify the review process |
Perhaps this info is worth adding/clarifying elsewhere? I think that updating the template to add a message that needs to be removed by the submitter just adds additional barriers. This is unlike the ISSUE templates that indeed coordinate and organize the submission. Perhaps if following the same approach here could be beneficial. |
well for me the PR template is also a kind of crossroad/guide what I need to make to prepare good PR |
@Borda thanks for the thoughts. @fmassa @prabhat00155 @pmeier if you have any thoughts on this let us know. |
Thanks @Borda for the PR! I like the idea, but I do agree with @datumbox and @NicolasHug, perhaps we could have a guideline with such details than create a template. |
@prabhat00155 so what do you suggest as the next steps, leave it waiting for guideline? |
I believe the guidelines that @prabhat00155 refers to is our existing contributing guide I would just link to our contributing guide with a short sentence as suggested above #4586 (comment) |
@NicolasHug mind have look at the latest update? |
I made some comments @Borda but to be fair, I would prefer to keep this extremely and just have one single sentence that links to our contributing guide. |
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
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.
Thanks @Borda , let's give this a try
Hey @NicolasHug! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Summary: * adding PR template * update * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update .github/PULL_REQUEST_TEMPLATE.md Reviewed By: NicolasHug Differential Revision: D32950939 fbshipit-source-id: f1334692a1f436e0a1ae00772637030ff1531b92 Co-authored-by: Nicolas Hug <contact@nicolas-hug.com> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Adding template for opening any new PR, is there other suggestion what the template shall include?