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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Thank you 💖
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/Octokit.Webhooks/issues) yet.
14
+
1. Please make sure there is no [open issue](https://github.com/octokit/webhooks.net/issues) 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 [dotnetfiddle.com](https://dotnetfiddle.net/).
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
Set up 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
42
-
- Submit a pull request from your topic branch to the main branch on the `octokit/Octokit.Webhooks` repository.
43
-
- 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.
42
+
- Submit a pull request from your topic branch to the main branch on the `octokit/webhooks.net` repository.
43
+
- 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.
0 commit comments