Skip to content

Commit 4fed47a

Browse files
TrottBethGriggs
authored andcommittedApr 16, 2019
doc: edit "Using git-node" section of Guide
Edit the "Using git-node" section of the Collaborator Guide. Make sentences concise and clear, reduce use of passive voice, etc. PR-URL: #26580 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent 033d49c commit 4fed47a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed
 

‎COLLABORATOR_GUIDE.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,8 @@ tests. This makes it much easier when bisecting to find a breaking change.
477477
### Using `git-node`
478478

479479
In most cases, using [the `git-node` command][git-node] of [`node-core-utils`][]
480-
should be enough to help you land a Pull Request. If you discover a problem when
481-
using this tool, please file an issue
482-
[to the issue tracker][node-core-utils-issues].
480+
should be enough to land a pull request. If you discover a problem when using
481+
this tool, please file an issue [to the issue tracker][node-core-utils-issues].
483482

484483
Quick example:
485484

@@ -488,12 +487,11 @@ $ npm install -g node-core-utils
488487
$ git node land $PRID
489488
```
490489

491-
If it's the first time you have used `node-core-utils`, you will be prompted
492-
to type the password of your GitHub account and the two-factor authentication
493-
code in the console so the tool can create the GitHub access token for you.
494-
If you do not want to do that, follow
495-
[the `node-core-utils` guide][node-core-utils-credentials]
496-
to set up your credentials manually.
490+
To use `node-core-utils`, you will need a GitHub access token. If you do not
491+
have one, `node-core-utils` will create one for you the first time you use it.
492+
To do this, it will ask for your GitHub password and two-factor authentication
493+
code. If you wish to create the token yourself in advance, see
494+
[the `node-core-utils` guide][node-core-utils-credentials].
497495

498496
### Technical HOWTO
499497

0 commit comments

Comments
 (0)