Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
686 captures
16 Aug 2019 - 27 Sep 2025
FebMARApr
21
202020212022
success
fail
COLLECTED BY
Organization:Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Collection:github.com
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20210321223058/https://github.com/npm/cli/blob/latest/CONTRIBUTING.md
Skip to content
Sign up
Sign in Sign up
Permalink
latest
Switch branches/tags

cli/CONTRIBUTING.md

Go to file
Fixed the spelling of contributor as it was written as conributorPR-URL:#2584Credit:@pavanbellamkondaClose:#2584Reviewed-by:@darcyclarke
10 contributors

Users who have contributed to this file

@isaacs@watilde@snopeks@reggi@timoxley@zkat@dylanzt@darcyclarke@danielleadams@pavanbellamkonda
56 lines (34 sloc) 1.78 KB

Contributing

Code of Conduct

All interactions in thenpm organization on GitHub are considered to be covered by our standardCode of Conduct.

Development

1. Clone this repository...

$ git clone git@github.com:npm/cli.git

2. Navigate into project & install development-specific dependencies...

$cd ./npm&& npm install

3. Write some code &/or add some tests...

...

4. Run tests & ensure they pass...

$ npm run test

5. Open aPull Request for your work & become the newest contributor tonpm!🎉

Test Coverage

We expect that every new feature or bug fix comes with corresponding tests that validate the solutions. We strive to have as close to, if not exactly, 100% code coverage.

You can find out what the current test coverage percentage is by running...

$ npm run test-coverage

Performance & Benchmarks

We've set up an automatedbenchmark integration that will run against all Pull Requests; Posting back a comment with the results of the run.

Example:

image

You can learn more about this tool, including how to run & configure it manually,here

Reporting Bugs

When submitting a new bug report, please firstsearch for an existing or similar report & then use one of our existingissue templates if you believe you've come across a unique problem. Duplicate issues, or issues that don't use one of our templates may get closed without a response.


[8]ページ先頭

©2009-2025 Movatter.jp