Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(npm): update npm docs
- fix reference to issue tracker (ie. fixes #1507)
- collapse contributing guideline ref
- remove author-specific information (still exists in `package.json`)

PR-URL: #2498
Credit: @darcyclarke
Close: #2498
Reviewed-by: @ruyadorno
  • Loading branch information
darcyclarke authored and ruyadorno committed Jan 21, 2021
1 parent 23f3d7d commit ec1f06d
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions docs/content/commands/npm.md
Expand Up @@ -133,19 +133,12 @@ See [`config`](/using-npm/config) for much much more information.
Patches welcome!

If you would like to contribute, but don't know what to work on, read
the contributing guidelines and check the issues list.

* [CONTRIBUTING.md](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md)
* [Bug tracker](https://github.com/npm/cli/issues)
the [contributing guidelines](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md)
and check the issues list.

### Bugs

When you find issues, please report them:

* web:
<https://github.com/npm/npm/issues>
* archived web:
<https://npm.community/c/bugs>
When you find issues, please report them: <https://github.com/npm/cli/issues>

Be sure to follow the template and bug reporting guidelines.

Expand All @@ -159,13 +152,6 @@ Or suggest formal RFC proposals:

* <https://github.com/npm/rfcs>

### Author

[Isaac Z. Schlueter](http://blog.izs.me/) ::
[isaacs](https://github.com/isaacs/) ::
[@izs](https://twitter.com/izs) ::
<i@izs.me>

### See Also
* [npm help](/commands/npm-help)
* [package.json](/configuring-npm/package-json)
Expand Down

0 comments on commit ec1f06d

Please sign in to comment.