-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
doc: create list for commonly edited files in PRs #19776
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.
Change LGTM, although honestly, I'd consider deleting the entire paragraph. The document is plenty long and I'm not sure what value that information provides to someone who is in the process of opening a pull request.
@Trott This could be useful for individuals who haven't decided to create a Pull Request yet and just browsing Contributing documentation. I was one of them before I started contributing to Node.js core |
Last CI got aborted |
repository includes changes to one or more of the following: | ||
- the C/C++ code contained in the `src` directory | ||
- the JavaScript code contained in the `lib` directory | ||
- the documentation in `docs/api` |
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.
(Pre-existing) Typo: docs
→ doc
:)
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.
Done :)
Landed in f02e4b9 |
PR-URL: #19776 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #19776 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
This code change arranges commonly edited files in PRs as a list in
pull-requests.md
The updated document can be viewed in private branch here
Checklist