@@ -48,7 +48,7 @@ By making a contribution to this project, I certify that:
48
48
### Reporting Issues
49
49
50
50
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.
52
52
You can also [ create a PR] ( #contributing-code ) fixing it yourself of course.
53
53
54
54
If you report a bug, please follow these guidelines:
@@ -63,9 +63,9 @@ If you report a bug, please follow these guidelines:
63
63
64
64
### Improving Documentation
65
65
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/ ) .
67
67
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.
69
69
70
70
For larger updates to the documentation
71
71
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:
92
92
This is expected until you commit your changes.
93
93
1 . Once you're done, ` git add . ` and ` git commit ` .
94
94
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.
96
96
97
97
#### Code Style
98
98
0 commit comments