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
{{ message }}
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -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.
0 commit comments