Skip to content

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-botnodejs-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.

CONTRIBUTING.md Outdated
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?

@BethGriggsBethGriggsforce-pushed the issue-7646-contributing-branch branch from cb9f471 to 66a6c2dCompareJuly 22, 2016 11:16
@BethGriggs
Copy link
MemberAuthor

Updated PTAL

@Trott
Copy link
Member

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
@BethGriggsBethGriggsforce-pushed the issue-7646-contributing-branch branch from 66a6c2d to 3e59970CompareJuly 27, 2016 12:14
@BethGriggs
Copy link
MemberAuthor

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 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]>
@cjihrigcjihrig 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]>
@cjihrigcjihrig 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]>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
@BethGriggsBethGriggs deleted the issue-7646-contributing-branch branch February 21, 2018 15:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues 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

@BethGriggs@evanlucas@Fishrock123@Trott@addaleax@MylesBorins@nodejs-github-bot