forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs#8716 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
- Loading branch information
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 [[email protected]](mailto:[email protected]) (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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Additional Onboarding Information | ||
|
||
## Who to CC in issues | ||
|
||
| subsystem | maintainers | | ||
|