Skip to content

Commit ad6ea3c

Browse files
marsonyaTrott
authored andcommitted
doc: use sentence case in issues.md headers
PR-URL: #37537 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 711e210 commit ad6ea3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/guides/contributing/issues.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Issues
22

3-
* [Asking for General Help](#asking-for-general-help)
3+
* [Asking for general help](#asking-for-general-help)
44
* [Discussing non-technical topics](#discussing-non-technical-topics)
5-
* [Submitting a Bug Report](#submitting-a-bug-report)
6-
* [Triaging a Bug Report](#triaging-a-bug-report)
5+
* [Submitting a bug report](#submitting-a-bug-report)
6+
* [Triaging a bug report](#triaging-a-bug-report)
77

8-
## Asking for General Help
8+
## Asking for general help
99

1010
Because the level of activity in the `nodejs/node` repository is so high,
1111
questions or requests for general help using Node.js should be directed at
@@ -16,7 +16,7 @@ the [Node.js help repository][].
1616
Discussion of non-technical topics (such as intellectual property and trademark)
1717
should be directed to the [Technical Steering Committee (TSC) repository][].
1818

19-
## Submitting a Bug Report
19+
## Submitting a bug report
2020

2121
When opening a new issue in the `nodejs/node` issue tracker, users will be
2222
presented with a choice of issue templates. If you believe that you have
@@ -37,7 +37,7 @@ Node.js changed that broke the module.
3737

3838
See [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve).
3939

40-
## Triaging a Bug Report
40+
## Triaging a bug report
4141

4242
Once an issue has been opened, it is common for there to be discussion
4343
around it. Some contributors may have differing opinions about the issue,

0 commit comments

Comments
 (0)