diff options
author | Сковорода Никита Андреевич <chalkerx@gmail.com> | 2016-09-20 07:54:35 +0300 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2016-09-27 06:31:12 -0700 |
commit | fcf7696bc1b64c61a6263d1f13f2af8501dbd207 (patch) | |
tree | ced1fda874e01c52ca69404f0bb98b579dd7600a /CODE_OF_CONDUCT.md | |
parent | e5f5f3aa734482508330f2121ccdfbdc65465ea7 (diff) | |
download | node-new-fcf7696bc1b64c61a6263d1f13f2af8501dbd207.tar.gz |
doc: enable first-heading-level remark-lint rule
This makes sure that the first heading in all markdown files is h1.
Only three files needed to be changed to conform:
1. BUILDING.md
2. CODE_OF_CONDUCT.md
3. doc/onboarding-extras.md
Also, .remarkrc is updated to include the `first-heading-level: 1`
rule in order to catch similar issues in the future.
PR-URL: https://github.com/nodejs/node/pull/8716
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'CODE_OF_CONDUCT.md')
-rw-r--r-- | CODE_OF_CONDUCT.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c250585b81..4249ae1ca3 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,6 +1,6 @@ -## Code of Conduct +# Code of Conduct -### Conduct +## Conduct * We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender @@ -38,17 +38,17 @@ documentation. There is no need to address persons when explaining code (e.g. "When the developer"). -### Contact +## Contact Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by: * Emailing [report@nodejs.org](mailto:report@nodejs.org) (this will email all TSC members) * Contacting [individual TSC members](https://nodejs.org/en/foundation/tsc/#current-members-of-the-technical-steering-committee). -### Moderation +## Moderation See the TSC's [moderation policy](https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md) for details about moderation. -### Attribution +## Attribution This Code of Conduct is adapted from [Rust's wonderful CoC](http://www.rust-lang.org/conduct.html) as well as the |