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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
4
4
By participating in this project you agree to abide by its terms.
5
5
6
-
We appreciate you taking the time to contribute to `@octokit/auth-oauth-client`. Especially as a new contributor, you have a valuable perspective that we lost a long time ago: you will find things confusing and run into problems that no longer occur to us. Please share them with us, so we can make the experience for future contributors the best it could be.
6
+
We appreciate you taking the time to contribute to `@octokit/auth-oauth-user`. Especially as a new contributor, you have a valuable perspective that we lost a long time ago: you will find things confusing and run into problems that no longer occur to us. Please share them with us, so we can make the experience for future contributors the best it could be.
7
7
8
8
Thank you 💖
9
9
10
10
## Creating an Issue
11
11
12
12
Before you create a new Issue:
13
13
14
-
1. Please make sure there is no [open issue](https://github.com/octokit/auth-oauth-client.js/issues?utf8=%E2%9C%93&q=is%3Aissue) yet.
14
+
1. Please make sure there is no [open issue](https://github.com/octokit/auth-oauth-user.js/issues?utf8=%E2%9C%93&q=is%3Aissue) yet.
15
15
2. If it is a bug report, include the steps to reproduce the issue and please create a reproducible test case on [runkit.com](https://runkit.com/). Example: https://runkit.com/gr2m/octokit-rest-js-1808
16
16
3. If it is a feature request, please share the motivation for the new feature, what alternatives you tried, and how you would implement it.
17
17
4. Please include links to the corresponding github documentation.
@@ -23,8 +23,8 @@ First, fork the repository.
23
23
Setup the repository locally. Replace `<your account name>` with the name of the account you forked to.
- Make your changes in that branch and push them to your fork
41
-
- Submit a pull request from your topic branch to the main branch on the `octokit/auth-oauth-client.js` repository.
41
+
- Submit a pull request from your topic branch to the main branch on the `octokit/auth-oauth-user.js` repository.
42
42
- Be sure to tag any issues your pull request is taking care of / contributing to. Adding "Closes #123" to a pull request description will automatically close the issue once the pull request is merged in.
43
43
44
44
## Testing a pull request from github repo locally:
45
45
46
-
You can install `@octokit/auth-oauth-client` from each pull request. Replace `[PULL REQUEST NUMBER]`:
46
+
You can install `@octokit/auth-oauth-user` from each pull request. Replace `[PULL REQUEST NUMBER]`:
Once you are done testing, you can revert back to the default module `@octokit/auth-oauth-client` from npm with `npm install @octokit/auth-oauth-client`
52
+
Once you are done testing, you can revert back to the default module `@octokit/auth-oauth-user` from npm with `npm install @octokit/auth-oauth-user`
0 commit comments