-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Introduce Code of Conduct (#140)
* feat: Introduce Code of Conduct
- Loading branch information
1 parent
d3fd49c
commit 6f65be8
Showing
1 changed file
with
41 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# CircuitVerse Code of Conduct | ||
[Back to `README.md`](README.md) | ||
|
||
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities. | ||
|
||
We are committed to making participation in this project a harassment-free experience for everyone, regardless of the level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality. | ||
|
||
Diversity and inclusion make the CircuitVerse community strong. We encourage participation from the most varied and diverse backgrounds possible and want to be very clear about where we stand. | ||
|
||
## Expected Behaviour | ||
- Be professional. | ||
- Be responsible. | ||
- Be welcoming. | ||
- Be kind and courteous. | ||
- Respect that people have differences of opinion and that every design or implementation choice carries a trade-off and numerous costs. There is seldom a right answer. | ||
- Be supportive and look out for each other. | ||
|
||
## Unacceptable Behaviour | ||
Harassment may include but not limited to the following: | ||
- Offensive, inappropriate, or unwanted comments related to gender, gender identity or expression, sexual orientation, disability, physical appearance, body size, race, ethnicity, national origin, religion, or age, or other protected categories under applicable law. | ||
- Disrespect towards differences of opinion | ||
- Deliberate intimidation, stalking, harassing photography or recording | ||
- Sustained disruption of talks or other events | ||
- Inappropriate or unwanted physical contact | ||
- Intimidation or bullying (online or in-person) | ||
- Unwelcome sexual attention | ||
|
||
## Reporting and Enforcement | ||
- If you are the subject of, or witness to any violations of this Code of Conduct, inform us @ <support@circuitverse.org>. | ||
- The project lead’s word is final. If the community chooses to question the wisdom of the actions of a committer, the project lead can review their decisions, and either uphold or reverse them. | ||
|
||
Portions derived from the [Slack Developer Community Code of Conduct][1], [The Ada Initiative][2], [geekfeminism.org][3], [Drupal Events][4], and [Code of Conduct Contributor Covenant][6]. | ||
|
||
This project is licensed under the [MIT License][5]. | ||
|
||
[1]: https://api.slack.com/docs/community-code-of-conduct | ||
[2]: https://adainitiative.org/2014/02/18/howto-design-a-code-of-conduct-for-your-community/ | ||
[3]: https://geekfeminism.org/about/code-of-conduct/ | ||
[4]: https://events.drupal.org/dublin2016/code-conduct | ||
[5]: https://github.com/CircuitVerse/mobile-app/blob/master/LICENSE | ||
[6]: https://www.contributor-covenant.org/version/1/3/0/code-of-conduct.html |