Skip to content

Commit d7f67b8

Browse files
committed
chore: add CODE_OF_CONDUCT to fmt script
1 parent a1a0aec commit d7f67b8

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

ci/dev/fmt.sh

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ main() {
2828
doctoc --title '# Install' docs/install.md > /dev/null
2929
doctoc --title '# npm Install Requirements' docs/npm.md > /dev/null
3030
doctoc --title '# Contributing' docs/CONTRIBUTING.md > /dev/null
31+
doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md > /dev/null
3132
doctoc --title '# iPad' docs/ipad.md > /dev/null
3233

3334
if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then

docs/CODE_OF_CONDUCT.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
14
# Contributor Covenant Code of Conduct
25

36
## Our Pledge
@@ -14,22 +17,22 @@ appearance, race, religion, or sexual identity and orientation.
1417
Examples of behavior that contributes to creating a positive environment
1518
include:
1619

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
20+
- Using welcoming and inclusive language
21+
- Being respectful of differing viewpoints and experiences
22+
- Gracefully accepting constructive criticism
23+
- Focusing on what is best for the community
24+
- Showing empathy towards other community members
2225

2326
Examples of unacceptable behavior by participants include:
2427

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
28+
- The use of sexualized language or imagery and unwelcome sexual attention or
29+
advances
30+
- Trolling, insulting/derogatory comments, and personal or political attacks
31+
- Public or private harassment
32+
- Publishing others' private information, such as a physical or electronic
33+
address, without explicit permission
34+
- Other conduct which could reasonably be considered inappropriate in a
35+
professional setting
3336

3437
## Our Responsibilities
3538

0 commit comments

Comments
 (0)