-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: remove platform assumption from CONTRIBUTING #7783
doc: remove platform assumption from CONTRIBUTING #7783
Conversation
Should we maybe include the windows commands here as well? |
Yes it would be useful to directly say the windows command here. You should be able to find it at https://github.com/nodejs/node/blob/master/BUILDING.md#windows |
@BethGriggs Also, it looks like GitHub doesn't know your email (for linking to your profile), just FYI if that is not intentional. |
```text | ||
$ ./configure && make -j8 test | ||
``` | ||
(See the [BUILDING.md](./BUILDING.md) for other platforms.) |
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.
Maybe See BUILDING.md for more details
would be better?
cb9f471
to
66a6c2d
Compare
Updated PTAL |
LGTM |
Could you wrap the lines at 80 characters, and maybe use the full URL to the issue in the LGTM with that, and thanks for the PR. |
- Specify that the ‘make test’ commands are Unix/OS X specific. - Link to BUILDING.md for other platform commands. Fixes: nodejs#7646
66a6c2d
to
3e59970
Compare
updated, still LGTY? |
Thanks and yes, I’m going to land this later today if there are no objections/nobody beats me to it. |
Landed in 868638b, thanks for the contribution! :) |
Checklist
Affected core subsystem(s)
doc
Description of change
Fixes: #7646