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: doc/guides/contributing/issues.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ test case we can use to recreate the problem on our own. If we cannot recreate
30
30
the issue, it becomes impossible for us to fix.
31
31
32
32
In order to rule out the possibility of bugs introduced by userland code, test
33
-
cases should be limited, as much as possible, to using *only* Node.js APIs.
33
+
cases should be limited, as much as possible, to using _only_ Node.js APIs.
34
34
If the bug occurs only when you're using a specific userland module, there is
35
35
a very good chance that either (a) the module has a bug or (b) something in
36
36
Node.js changed that broke the module.
@@ -53,7 +53,7 @@ project's GitHub organization plus a few contributions to the project
53
53
(commenting on issues or PRs) can apply for and become a triager. Open a PR
54
54
on the README.md of this project with: i) a request to be added as a triager,
55
55
ii) the motivation for becoming a triager, and iii) agreement on reading,
56
-
understanding, and adhering to the project's [Code Of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md).
56
+
understanding, and adhering to the project's [Code Of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE\_OF\_CONDUCT.md).
57
57
58
58
The triage role enables the ability to carry out the most common triage
59
59
activities, such as applying labels and closing/reopening/assigning issues.
0 commit comments