-
-
Notifications
You must be signed in to change notification settings - Fork 911
Provide some example on how to leave PR reviews #452
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
Conversation
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.
What about if the PR is about a typo, or a fix documentation, or something that you don't need to test or don't have any that you consider an improve?
For documentation, sometimes it is still worth rendering the docs. For real typos, at the very least, you can leave comment such as "assert is indeed the right spelling, not assret". You can also provide more context such as "I've confirmed that this is the only place where this typo happened". |
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.
Thank you for working on this. Review is our bottleneck, and many contributors are reluctant because they don't know how or don't think it helpful.
pullrequest.rst
Outdated
2. Whether the PR fixes the linked bug/issue | ||
|
||
3. If you requested changes to the pull request, provide suggestions on how it | ||
can be improved. |
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.
Possibly If you request changes, try to suggest how.
pullrequest.rst
Outdated
|
||
1. Whether you have tested the PR | ||
|
||
2. Whether the PR fixes the linked bug/issue |
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.
I think these should be consolidated with an important item added.
`1. If you tested the PR, report the result and the system and version tested on, such as 'Windows 10', 'Ubuntu 16.4', or 'Mac High Sierra'.
Co-Authored-By: Mariatta <[email protected]>
Thanks @terryjreedy! I've incorporated your suggestions. |
Thanks! |
No description provided.