diff options
author | ZYSzys <17367077526@163.com> | 2018-09-28 14:40:12 +0800 |
---|---|---|
committer | Kamat, Trivikram <16024985+trivikr@users.noreply.github.com> | 2018-10-01 09:16:57 -0700 |
commit | 639ec8314e7de10fabe0f0eade2b4b63bdce9329 (patch) | |
tree | e86c899f1131c5d471fc2f16eb2ca85f86212909 /CONTRIBUTING.md | |
parent | fa145036026b6dc4b09bda0e2cc330aa46b2a705 (diff) | |
download | node-new-639ec8314e7de10fabe0f0eade2b4b63bdce9329.tar.gz |
doc: add contents table to CONTRIBUTING.md
PR-URL: https://github.com/nodejs/node/pull/23140
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb8d20e90d..684277980a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,13 @@ small and all contributions are valued. This guide explains the process for contributing to the Node.js project's core `nodejs/node` GitHub Repository and describes what to expect at each step. +## Contents + +* [Code of Conduct](#code-of-conduct) +* [Issues](#issues) +* [Pull Requests](#pull-requests) +* [Developer's Certificate of Origin 1.1](#developers-certificate-of-origin-11) + ## [Code of Conduct](./doc/guides/contributing/coc.md) The Node.js project has a |