summaryrefslogtreecommitdiff
path: root/COLLABORATOR_GUIDE.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-09-13 00:22:29 -0400
committerRich Trott <rtrott@gmail.com>2019-09-16 11:24:54 -0700
commite2dcbf1c3231513c38151d729f180a54ea902da9 (patch)
tree1f9197fb7c0af601c310a179ba089fdac8d6d5b5 /COLLABORATOR_GUIDE.md
parent3d841fe20d732111094c3f62febd5a6b8b483b91 (diff)
downloadandroid-node-v8-e2dcbf1c3231513c38151d729f180a54ea902da9.tar.gz
android-node-v8-e2dcbf1c3231513c38151d729f180a54ea902da9.tar.bz2
android-node-v8-e2dcbf1c3231513c38151d729f180a54ea902da9.zip
doc: use consistent unordered list style
Convert to asterisks when there are mixed styles in document. Addresses Markdownlint MD004 rule PR-URL: https://github.com/nodejs/node/pull/29516 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md62
1 files changed, 31 insertions, 31 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index b3dbd05756..2796565670 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -3,35 +3,35 @@
## Contents
* [Issues and Pull Requests](#issues-and-pull-requests)
- - [Welcoming First-Time Contributors](#welcoming-first-time-contributors)
- - [Closing Issues and Pull Requests](#closing-issues-and-pull-requests)
- - [Author ready pull requests](#author-ready-pull-requests)
- - [Handling own pull requests](#handling-own-pull-requests)
+ * [Welcoming First-Time Contributors](#welcoming-first-time-contributors)
+ * [Closing Issues and Pull Requests](#closing-issues-and-pull-requests)
+ * [Author ready pull requests](#author-ready-pull-requests)
+ * [Handling own pull requests](#handling-own-pull-requests)
* [Accepting Modifications](#accepting-modifications)
- - [Code Reviews](#code-reviews)
- - [Consensus Seeking](#consensus-seeking)
- - [Waiting for Approvals](#waiting-for-approvals)
- - [Testing and CI](#testing-and-ci)
- - [Useful CI Jobs](#useful-ci-jobs)
- - [Internal vs. Public API](#internal-vs-public-api)
- - [Breaking Changes](#breaking-changes)
- - [Breaking Changes and Deprecations](#breaking-changes-and-deprecations)
- - [Breaking Changes to Internal Elements](#breaking-changes-to-internal-elements)
- - [Unintended Breaking Changes](#unintended-breaking-changes)
- - [Reverting commits](#reverting-commits)
- - [Introducing New Modules](#introducing-new-modules)
- - [Additions to N-API](#additions-to-n-api)
- - [Deprecations](#deprecations)
- - [Involving the TSC](#involving-the-tsc)
+ * [Code Reviews](#code-reviews)
+ * [Consensus Seeking](#consensus-seeking)
+ * [Waiting for Approvals](#waiting-for-approvals)
+ * [Testing and CI](#testing-and-ci)
+ * [Useful CI Jobs](#useful-ci-jobs)
+ * [Internal vs. Public API](#internal-vs-public-api)
+ * [Breaking Changes](#breaking-changes)
+ * [Breaking Changes and Deprecations](#breaking-changes-and-deprecations)
+ * [Breaking Changes to Internal Elements](#breaking-changes-to-internal-elements)
+ * [Unintended Breaking Changes](#unintended-breaking-changes)
+ * [Reverting commits](#reverting-commits)
+ * [Introducing New Modules](#introducing-new-modules)
+ * [Additions to N-API](#additions-to-n-api)
+ * [Deprecations](#deprecations)
+ * [Involving the TSC](#involving-the-tsc)
* [Landing Pull Requests](#landing-pull-requests)
- - [Using `git-node`](#using-git-node)
- - [Technical HOWTO](#technical-howto)
- - [Troubleshooting](#troubleshooting)
- - [I Made a Mistake](#i-made-a-mistake)
- - [Long Term Support](#long-term-support)
- - [What is LTS?](#what-is-lts)
- - [How are LTS Branches Managed?](#how-are-lts-branches-managed)
- - [How can I help?](#how-can-i-help)
+ * [Using `git-node`](#using-git-node)
+ * [Technical HOWTO](#technical-howto)
+ * [Troubleshooting](#troubleshooting)
+ * [I Made a Mistake](#i-made-a-mistake)
+ * [Long Term Support](#long-term-support)
+ * [What is LTS?](#what-is-lts)
+ * [How are LTS Branches Managed?](#how-are-lts-branches-managed)
+ * [How can I help?](#how-can-i-help)
* [Who to CC in the issue tracker](#who-to-cc-in-the-issue-tracker)
This document explains how Collaborators manage the Node.js project.
@@ -371,10 +371,10 @@ deprecation level of an API.
Collaborators may opt to elevate pull requests or issues to the [TSC][].
Do this if a pull request or issue:
-- is labeled `semver-major`, or
-- has a significant impact on the codebase, or
-- is controversial, or
-- is at an impasse among Collaborators who are participating in the discussion.
+* is labeled `semver-major`, or
+* has a significant impact on the codebase, or
+* is controversial, or
+* is at an impasse among Collaborators who are participating in the discussion.
@-mention the `@nodejs/tsc` GitHub team if you want to elevate an issue to the
[TSC][]. Do not use the GitHub UI on the right-hand side to assign to