Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 40df81c

Browse files
committedJan 17, 2020
fix: point repo at proper git remote
1 parent 43d68c8 commit 40df81c

File tree

6 files changed

+244
-237
lines changed

6 files changed

+244
-237
lines changed
 

‎CHANGELOG.md

+220-220
Large diffs are not rendered by default.

‎CONTRIBUTING.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The [Project Team](#join-the-project-team) looks forward to your contributions.
3333

3434
If you have a question about this project, how to use it, or just need clarification about something:
3535

36-
* Open an Issue at https://github.com/zkat/npx/issues
36+
* Open an Issue at https://github.com/npm/npx/issues
3737
* Provide as much context as you can about what you're running into.
3838
* 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.
3939

@@ -47,7 +47,7 @@ Once it's filed:
4747

4848
If you run into an error or bug with the project:
4949

50-
* Open an Issue at https://github.com/zkat/npx/issues
50+
* Open an Issue at https://github.com/npm/npx/issues
5151
* Include *reproduction steps* that someone else can follow to recreate the bug or error on their own.
5252
* 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.
5353

@@ -63,7 +63,7 @@ Once it's filed:
6363

6464
If the project doesn't do something you need or want it to do:
6565

66-
* Open an Issue at https://github.com/zkat/npx/issues
66+
* Open an Issue at https://github.com/npm/npx/issues
6767
* Provide as much context as you can about what you're running into.
6868
* Please try and be clear about why existing features and alternatives would not work for you.
6969

@@ -107,7 +107,7 @@ To contribute documentation:
107107
* Re-read what you wrote, and run a spellchecker on it to make sure you didn't miss anything.
108108
* In your commit message(s), begin the first line with `docs: `. For example: `docs: Adding a doc contrib section to CONTRIBUTING.md`.
109109
* 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.
111111
* 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.
112112

113113
Once you've filed the PR:
@@ -133,7 +133,7 @@ To contribute code:
133133
* Write tests that verify that your contribution works as expected.
134134
* Write clear, concise commit message(s) using [conventional-changelog format](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md).
135135
* 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.
137137
* 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.
138138

139139
Once you've filed the PR:
@@ -154,7 +154,7 @@ Sometimes, the `support` label will be added to things that turn out to actually
154154

155155
In order to help other folks out with their questions:
156156

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).
158158
* Read through the list until you find something that you're familiar enough with to give an answer to.
159159
* Respond to the issue with whatever details are needed to clarify the question, or get more details about what's going on.
160160
* 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:
171171

172172
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.
173173

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!
175175

176176
Label | Apply When | Notes
177177
--- | --- | ---
@@ -206,7 +206,7 @@ To clean up issues and PRs:
206206
* not marked as `starter` or `help wanted` (these might stick around for a while, in general, as they're intended to be available)
207207
* no explicit messages in the comments asking for it to be left open
208208
* 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."
210210

211211
## Review Pull Requests
212212

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![npm](https://img.shields.io/npm/v/npx.svg)](https://npm.im/npx) [![license](https://img.shields.io/npm/l/npx.svg)](https://npm.im/npx) [![Travis](https://img.shields.io/travis/zkat/npx.svg)](https://travis-ci.org/zkat/npx) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/npx?svg=true)](https://ci.appveyor.com/project/zkat/npx) [![Coverage Status](https://coveralls.io/repos/github/zkat/npx/badge.svg?branch=latest)](https://coveralls.io/github/zkat/npx?branch=latest)
1+
[![npm](https://img.shields.io/npm/v/npx.svg)](https://npm.im/npx) [![license](https://img.shields.io/npm/l/npx.svg)](https://npm.im/npx) [![Travis](https://img.shields.io/travis/npm/npx.svg)](https://travis-ci.org/npm/npx) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/npx?svg=true)](https://ci.appveyor.com/project/npm/npx) [![Coverage Status](https://coveralls.io/repos/github/npm/npx/badge.svg?branch=latest)](https://coveralls.io/github/npm/npx?branch=latest)
22

33
# npx(1) -- execute npm package binaries
44

@@ -148,11 +148,11 @@ Huge thanks to [Kwyn Meagher](https://blog.kwyn.io) for generously donating the
148148

149149
## AUTHOR
150150

151-
Written by [Kat Marchan](https://github.com/zkat).
151+
Written by [Kat Marchan](https://github.com/npm).
Has conversations. Original line has conversations.
152152

153153
## REPORTING BUGS
154154

155-
Please file any relevant issues [on Github.](https://github.com/zkat/npx)
155+
Please file any relevant issues [on Github.](https://github.com/npm/npx)
156156

157157
## LICENSE
158158

‎bin/package.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"npm bin",
1717
"cli"
1818
],
19-
"repository": "https://github.com/zkat/npx",
19+
"repository": "https://github.com/npm/npx",
2020
"author": {
2121
"name": "Kat Marchán",
2222
"email": "kzm@sykosomatic.org",

‎package-lock.json

+11-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
2222
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
2323
},
24-
"repository": "https://github.com/zkat/npx",
24+
"repository": "https://github.com/npm/npx",
2525
"keywords": [
2626
"npm",
2727
"npm exec",

0 commit comments

Comments
 (0)
This repository has been archived.