Skip to content

Commit d99bb80

Browse files
authored
Add code of conduct (#38)
* Add code of conduct * Add CoC badge for better visibility * Adapte README
1 parent 23ef202 commit d99bb80

File tree

2 files changed

+79
-5
lines changed

2 files changed

+79
-5
lines changed

CODE_OF_CONDUCT.md

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age,
8+
body size, disability, ethnicity, gender identity and expression, level of
9+
experience, nationality, personal appearance, race, religion, or sexual
10+
identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment include:
15+
16+
- Using welcoming and inclusive language
17+
- Being respectful of differing viewpoints and experiences
18+
- Gracefully accepting constructive criticism
19+
- Focusing on what is best for the community
20+
- Showing empathy towards other community members
21+
22+
Examples of unacceptable behavior by participants include:
23+
24+
- The use of sexualized language or imagery and unwelcome sexual attention or advances
25+
- Trolling, insulting/derogatory comments, and personal or political attacks
26+
- Public or private harassment
27+
- Publishing others' private information, such as a physical or electronic address, without explicit permission
28+
- Other conduct which could reasonably be considered inappropriate in a professional setting
29+
30+
## Our Responsibilities
31+
32+
Project maintainers are responsible for clarifying the standards of acceptable
33+
behavior and are expected to take appropriate and fair corrective action in
34+
response to any instances of unacceptable behavior.
35+
36+
Project maintainers have the right and responsibility to remove, edit, or
37+
reject comments, commits, code, wiki edits, issues, and other contributions
38+
that are not aligned to this Code of Conduct, or to ban temporarily or
39+
permanently any contributor for other behaviors that they deem inappropriate,
40+
threatening, offensive, or harmful.
41+
42+
## Scope
43+
44+
This Code of Conduct applies both within project spaces and in public spaces
45+
when an individual is representing the project or its community. Examples of
46+
representing a project or community include using an official project e-mail
47+
address, posting via an official social media account, or acting as an
48+
appointed representative at an online or offline event. Representation of a
49+
project may be further defined and clarified by project maintainers.
50+
51+
## Enforcement
52+
53+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
54+
reported by contacting the project team at
55+
[reason-association.org](https://www.reason-association.org/about#contact). All
56+
complaints will be reviewed and investigated and will result in a response that
57+
is deemed necessary and appropriate to the circumstances. The project team is
58+
obligated to maintain confidentiality with regard to the reporter of an
59+
incident. Further details of specific enforcement policies may be posted
60+
separately.
61+
62+
Project maintainers who do not follow or enforce the Code of Conduct in good
63+
faith may face temporary or permanent repercussions as determined by other
64+
members of the project's leadership.
65+
66+
## Attribution
67+
68+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]
69+
70+
[homepage]: https://contributor-covenant.org
71+
[version]: https://contributor-covenant.org/version/1/4/

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# reasonml.org
1+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](code-of-conduct.md)
2+
3+
# reasonml.org
24

35
This is the repository for [reasonml.org](https://reasonml.org) and is currently **work
46
in progress**.
57

68
## Setup
79

810
```
9-
yarn
11+
yarn
1012
1113
# Initial build
1214
yarn bs:build
@@ -78,6 +80,7 @@ NODE_ENV=production postcss styles/main.css -o test.css
7880
Check out our [CONTRIBUTING.md](CONTRIBUTING.md) for how to get started working
7981
on this project.
8082

81-
**TLDR:** Always make sure to have an issue assigned / create issues, or join
82-
us in the [ReasonML Discord #docs channel](https://discord.gg/fscQAnj) to find
83-
a good task to work on.
83+
**TLDR:** Read and comply to our [Code of Conduct](CODE_OF_CONDUCT.md); always
84+
make sure to have an issue assigned / create issues / join us in the
85+
[ReasonML Discord #docs channel](https://discord.gg/fscQAnj) to find a good
86+
task to work on.

0 commit comments

Comments
 (0)