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
+5-5
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 `@octoherd/script-delete-repository`. 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 `@octoherd/script-archive-repository`. 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/octoherd/script-delete-repository/issues?utf8=%E2%9C%93&q=is%3Aissue) yet.
14
+
1. Please make sure there is no [open issue](https://github.com/octoherd/script-archive-repository/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
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
@@ -22,8 +22,8 @@ First, fork the repository.
22
22
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
40
-
- Submit a pull request from your topic branch to the main branch on the `octoherd/script-delete-repository` repository.
40
+
- Submit a pull request from your topic branch to the main branch on the `octoherd/script-archive-repository` repository.
41
41
- 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.
Minimal usage (You have to set a token because the built-in OAuth flow creates a token with the `repo` scope, but this script requires the `delete_repo` scope. You can create such a token at https://github.com/settings/tokens/new?scopes=delete_repo)
11
-
12
10
```js
13
-
npx @octoherd/script-delete-repository \
11
+
npx @octoherd/script-archive-repository \
14
12
-T ghp_0123456789abcdefghjklmnopqrstuvwxyzA \
15
13
```
16
14
17
15
Pass all options as CLI flags to avoid user prompts
`The "delete_repo" scope is required for this script. Create a token at https://github.com/settings/tokens/new?scopes=delete_repo then run the script with "-T <paste token here>"`
19
+
`The "repo" scope is required for this script. Create a token at https://github.com/settings/tokens/new?scopes=repo then run the script with "-T <paste token here>"`
0 commit comments