From 89418e8758e51750db3c7850b91859905bb2b20b Mon Sep 17 00:00:00 2001 From: marsonya Date: Thu, 11 Mar 2021 00:01:44 +0530 Subject: [PATCH] doc: use sentence case in issues.md headers PR-URL: https://github.com/nodejs/node/pull/37537 Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel Reviewed-By: Rich Trott --- doc/guides/contributing/issues.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/guides/contributing/issues.md b/doc/guides/contributing/issues.md index fdb30c6f71c43d..10aa28201d9e0b 100644 --- a/doc/guides/contributing/issues.md +++ b/doc/guides/contributing/issues.md @@ -1,11 +1,11 @@ # Issues -* [Asking for General Help](#asking-for-general-help) +* [Asking for general help](#asking-for-general-help) * [Discussing non-technical topics](#discussing-non-technical-topics) -* [Submitting a Bug Report](#submitting-a-bug-report) -* [Triaging a Bug Report](#triaging-a-bug-report) +* [Submitting a bug report](#submitting-a-bug-report) +* [Triaging a bug report](#triaging-a-bug-report) -## Asking for General Help +## Asking for general help Because the level of activity in the `nodejs/node` repository is so high, questions or requests for general help using Node.js should be directed at @@ -16,7 +16,7 @@ the [Node.js help repository][]. Discussion of non-technical topics (such as intellectual property and trademark) should be directed to the [Technical Steering Committee (TSC) repository][]. -## Submitting a Bug Report +## Submitting a bug report When opening a new issue in the `nodejs/node` issue tracker, users will be presented with a choice of issue templates. If you believe that you have @@ -37,7 +37,7 @@ Node.js changed that broke the module. See [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). -## Triaging a Bug Report +## Triaging a bug report Once an issue has been opened, it is common for there to be discussion around it. Some contributors may have differing opinions about the issue,