@@ -48,7 +48,7 @@ By making a contribution to this project, I certify that:
4848### Reporting Issues
4949
5050If 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.
5252You can also [ create a PR] ( #contributing-code ) fixing it yourself of course.
5353
5454If 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/ ) .
6767The 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
7070For larger updates to the documentation
7171it 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.
93931 . 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