You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The [Project Team](#join-the-project-team) looks forward to your contributions.
33
33
34
34
If you have a question about this project, how to use it, or just need clarification about something:
35
35
36
-
* Open an Issue at https://github.com/zkat/npx/issues
36
+
* Open an Issue at https://github.com/npm/npx/issues
37
37
* Provide as much context as you can about what you're running into.
38
38
* Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant. If not, please be ready to provide that information if maintainers ask for it.
39
39
@@ -47,7 +47,7 @@ Once it's filed:
47
47
48
48
If you run into an error or bug with the project:
49
49
50
-
* Open an Issue at https://github.com/zkat/npx/issues
50
+
* Open an Issue at https://github.com/npm/npx/issues
51
51
* Include *reproduction steps* that someone else can follow to recreate the bug or error on their own.
52
52
* Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant. If not, please be ready to provide that information if maintainers ask for it.
53
53
@@ -63,7 +63,7 @@ Once it's filed:
63
63
64
64
If the project doesn't do something you need or want it to do:
65
65
66
-
* Open an Issue at https://github.com/zkat/npx/issues
66
+
* Open an Issue at https://github.com/npm/npx/issues
67
67
* Provide as much context as you can about what you're running into.
68
68
* Please try and be clear about why existing features and alternatives would not work for you.
69
69
@@ -107,7 +107,7 @@ To contribute documentation:
107
107
* Re-read what you wrote, and run a spellchecker on it to make sure you didn't miss anything.
108
108
* In your commit message(s), begin the first line with `docs: `. For example: `docs: Adding a doc contrib section to CONTRIBUTING.md`.
109
109
* Write clear, concise commit message(s) using [conventional-changelog format](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md). Documentation commits should use `docs(<component>): <message>`.
110
-
* Go to https://github.com/zkat/npx/pulls and open a new pull request with your changes.
110
+
* Go to https://github.com/npm/npx/pulls and open a new pull request with your changes.
111
111
* If your PR is connected to an open issue, add a line in your PR's description that says `Fixes: #123`, where `#123` is the number of the issue you're fixing.
112
112
113
113
Once you've filed the PR:
@@ -133,7 +133,7 @@ To contribute code:
133
133
* Write tests that verify that your contribution works as expected.
134
134
* Write clear, concise commit message(s) using [conventional-changelog format](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md).
135
135
* Dependency updates, additions, or removals must be in individual commits, and the message must use the format: `<prefix>(deps): PKG@VERSION`, where `<prefix>` is any of the usual `conventional-changelog` prefixes, at your discretion.
136
-
* Go to https://github.com/zkat/npx/pulls and open a new pull request with your changes.
136
+
* Go to https://github.com/npm/npx/pulls and open a new pull request with your changes.
137
137
* If your PR is connected to an open issue, add a line in your PR's description that says `Fixes: #123`, where `#123` is the number of the issue you're fixing.
138
138
139
139
Once you've filed the PR:
@@ -154,7 +154,7 @@ Sometimes, the `support` label will be added to things that turn out to actually
154
154
155
155
In order to help other folks out with their questions:
156
156
157
-
* Go to the issue tracker and [filter open issues by the `support` label](https://github.com/zkat/npx/issues?q=is%3Aopen+is%3Aissue+label%3Asupport).
157
+
* Go to the issue tracker and [filter open issues by the `support` label](https://github.com/npm/npx/issues?q=is%3Aopen+is%3Aissue+label%3Asupport).
158
158
* Read through the list until you find something that you're familiar enough with to give an answer to.
159
159
* Respond to the issue with whatever details are needed to clarify the question, or get more details about what's going on.
160
160
* Once the discussion wraps up and things are clarified, either close the issue, or ask the original issue filer (or a maintainer) to close it for you.
@@ -171,7 +171,7 @@ Some notes on picking up support issues:
171
171
172
172
One of the most important tasks in handling issues is labeling them usefully and accurately. All other tasks involving issues ultimately rely on the issue being classified in such a way that relevant parties looking to do their own tasks can find them quickly and easily.
173
173
174
-
In order to label issues, [open up the list of unlabeled issues](https://github.com/zkat/npx/issues?q=is%3Aopen+is%3Aissue+no%3Alabel) and, **from newest to oldest**, read through each one and apply issue labels according to the table below. If you're unsure about what label to apply, skip the issue and try the next one: don't feel obligated to label each and every issue yourself!
174
+
In order to label issues, [open up the list of unlabeled issues](https://github.com/npm/npx/issues?q=is%3Aopen+is%3Aissue+no%3Alabel) and, **from newest to oldest**, read through each one and apply issue labels according to the table below. If you're unsure about what label to apply, skip the issue and try the next one: don't feel obligated to label each and every issue yourself!
175
175
176
176
Label | Apply When | Notes
177
177
--- | --- | ---
@@ -206,7 +206,7 @@ To clean up issues and PRs:
206
206
* not marked as `starter` or `help wanted` (these might stick around for a while, in general, as they're intended to be available)
207
207
* no explicit messages in the comments asking for it to be left open
208
208
* does not belong to a milestone
209
-
* Leave a message when closing saying "Cleaning up stale issue. Please reopen or ping us if and when you're ready to resume this. See https://github.com/zkat/npx/blob/latest/CONTRIBUTING.md#clean-up-issues-and-prs for more details."
209
+
* Leave a message when closing saying "Cleaning up stale issue. Please reopen or ping us if and when you're ready to resume this. See https://github.com/npm/npx/blob/latest/CONTRIBUTING.md#clean-up-issues-and-prs for more details."