Skip to content

Commit 238effd

Browse files
committed
Adopt CoC Covenant
1 parent b98d569 commit 238effd

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

CODE_OF_CONDUCT.rst

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

CONTRIBUTING.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ Finding Help
9393
If you need any help with the contribution process, you'll find us hanging out at ``#cryptography-dev`` on Freenode_ IRC.
9494
You can also ask questions on our `mailing list`_.
9595

96-
Wherever we interact, we strive to follow the `Python Community Code of Conduct`_.
96+
Please note that this project is released with a Contributor `Code of Conduct`_.
97+
By participating in this project you agree to abide by its terms.
9798

9899

99100
Security
@@ -114,8 +115,8 @@ Feel free to cross-check this information with Keybase_.
114115
.. _cryptography code review process: https://cryptography.io/en/latest/development/reviewing-patches/
115116
.. _freenode: https://freenode.net
116117
.. _mailing list: https://mail.python.org/mailman/listinfo/cryptography-dev
117-
.. _Python Community Code of Conduct: https://www.python.org/psf/codeofconduct/
118118
.. _members of PyCA: https://github.com/orgs/pyca/people
119119
.. _semantic newlines: http://rhodesmill.org/brandon/2012/one-sentence-per-line/
120120
.. _reStructuredText: http://sphinx-doc.org/rest.htm
121121
.. _CHANGELOG.rst: https://github.com/pyca/pyopenssl/blob/master/CHANGELOG.rst
122+
.. _`Code of Conduct`: https://github.com/pyca/pyopenssl/blob/master/CODE_OF_CONDUCT.rst

0 commit comments

Comments
 (0)