Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 789aeee

Browse files
authored
fix: revise Github to GitHub (#95)
1 parent 667bd3b commit 789aeee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ By making a contribution to this project, I certify that:
4848
### Reporting Issues
4949

5050
If you find any mistakes in the docs or a bug in the code,
51-
please [open an issue in Github](https://github.com/nodejs/node-inspect/issues/new) so we can look into it.
51+
please [open an issue in GitHub](https://github.com/nodejs/node-inspect/issues/new) so we can look into it.
5252
You can also [create a PR](#contributing-code) fixing it yourself of course.
5353

5454
If you report a bug, please follow these guidelines:
@@ -63,9 +63,9 @@ If you report a bug, please follow these guidelines:
6363

6464
### Improving Documentation
6565

66-
For small documentation changes, you can use [Github's editing feature](https://help.github.com/articles/editing-files-in-another-user-s-repository/).
66+
For small documentation changes, you can use [GitHub's editing feature](https://help.github.com/articles/editing-files-in-another-user-s-repository/).
6767
The only thing to keep in mind is to prefix the commit message with "docs: ".
68-
The default commit message generated by Github will lead to a failing CI build.
68+
The default commit message generated by GitHub will lead to a failing CI build.
6969

7070
For larger updates to the documentation
7171
it might be better to follow the [instructions for contributing code below](#contributing-code).
@@ -92,7 +92,7 @@ The general steps for creating a pull request are:
9292
This is expected until you commit your changes.
9393
1. Once you're done, `git add .` and `git commit`.
9494
Please follow the [commit message conventions](#commits--commit-messages) described below.
95-
1. Push your branch to Github & create a PR.
95+
1. Push your branch to GitHub & create a PR.
9696

9797
#### Code Style
9898

0 commit comments

Comments
 (0)