From ec1f06d06447a29c74bee063cff103ede7a2111b Mon Sep 17 00:00:00 2001 From: Darcy Clarke Date: Fri, 15 Jan 2021 16:25:28 -0500 Subject: [PATCH] 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: https://github.com/npm/cli/pull/2498 Credit: @darcyclarke Close: #2498 Reviewed-by: @ruyadorno --- docs/content/commands/npm.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/docs/content/commands/npm.md b/docs/content/commands/npm.md index d0489187e1bb..dc6ba3d25e37 100644 --- a/docs/content/commands/npm.md +++ b/docs/content/commands/npm.md @@ -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: - -* archived web: - +When you find issues, please report them: Be sure to follow the template and bug reporting guidelines. @@ -159,13 +152,6 @@ Or suggest formal RFC proposals: * -### Author - -[Isaac Z. Schlueter](http://blog.izs.me/) :: -[isaacs](https://github.com/isaacs/) :: -[@izs](https://twitter.com/izs) :: - - ### See Also * [npm help](/commands/npm-help) * [package.json](/configuring-npm/package-json)