Skip to content
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

Closed

Conversation

BethGriggs
Copy link
Member

Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change
  • Specify that the ‘make test’ commands are Unix/OS X specific.
  • Link to BUILDING.md for other platform commands.

Fixes: #7646

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Jul 18, 2016
@evanlucas
Copy link
Contributor

Should we maybe include the windows commands here as well?

@Fishrock123
Copy link
Contributor

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

@Fishrock123
Copy link
Contributor

Fishrock123 commented Jul 18, 2016

@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.)
Copy link
Contributor

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?

@BethGriggs BethGriggs force-pushed the issue-7646-contributing-branch branch from cb9f471 to 66a6c2d Compare July 22, 2016 11:16
@BethGriggs
Copy link
Member Author

Updated PTAL

@Trott
Copy link
Member

Trott commented Jul 22, 2016

LGTM

@addaleax
Copy link
Member

Could you wrap the lines at 80 characters, and maybe use the full URL to the issue in the Fixes: line of the commit message?

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
@BethGriggs BethGriggs force-pushed the issue-7646-contributing-branch branch from 66a6c2d to 3e59970 Compare July 27, 2016 12:14
@BethGriggs
Copy link
Member Author

updated, still LGTY?

@addaleax
Copy link
Member

Thanks and yes, I’m going to land this later today if there are no objections/nobody beats me to it.

@addaleax
Copy link
Member

Landed in 868638b, thanks for the contribution! :)

@addaleax addaleax closed this Jul 27, 2016
addaleax pushed a commit that referenced this pull request Jul 27, 2016
- Specify that the ‘make test’ commands are Unix/OS X specific.
- Link to BUILDING.md for other platform commands.

Fixes: #7646
PR-URL: #7783
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
@cjihrig cjihrig mentioned this pull request Aug 8, 2016
cjihrig pushed a commit that referenced this pull request Aug 10, 2016
- Specify that the ‘make test’ commands are Unix/OS X specific.
- Link to BUILDING.md for other platform commands.

Fixes: #7646
PR-URL: #7783
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
@cjihrig cjihrig mentioned this pull request Aug 11, 2016
MylesBorins pushed a commit that referenced this pull request Sep 9, 2016
- Specify that the ‘make test’ commands are Unix/OS X specific.
- Link to BUILDING.md for other platform commands.

Fixes: #7646
PR-URL: #7783
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
MylesBorins pushed a commit that referenced this pull request Sep 28, 2016
- Specify that the ‘make test’ commands are Unix/OS X specific.
- Link to BUILDING.md for other platform commands.

Fixes: #7646
PR-URL: #7783
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
- Specify that the ‘make test’ commands are Unix/OS X specific.
- Link to BUILDING.md for other platform commands.

Fixes: #7646
PR-URL: #7783
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
- Specify that the ‘make test’ commands are Unix/OS X specific.
- Link to BUILDING.md for other platform commands.

Fixes: #7646
PR-URL: #7783
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Oct 26, 2016
@BethGriggs BethGriggs deleted the issue-7646-contributing-branch branch February 21, 2018 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CONTRIBUTING.md assumes UNIX-like OS
7 participants