Skip to content

Commit 02f7253

Browse files
committed
Initial commit
Signed-off-by: Chris Aniszczyk <[email protected]>
0 parents  commit 02f7253

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
= Open Code of Conduct
2+
3+
An easy to reuse open source code of conduct for communities
4+
5+
Developed by the @TODOGroup to promote code of conducts for open source communities.
6+
7+
== FAQ
8+
9+
*Q: What license is this code of conduct under?"
10+
11+
A: A very liberal CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/)
12+
13+
*Q: What companies support or use the open code of conduct?*
14+
15+
A: Twitter, Square and more.
16+
17+
*Q: Can I apply this code of conduct for conferences or events?*
18+
19+
A: It wasn't inteded for htat purpose, but we highly recommend you look at http://confcodeofconduct.com/
20+
21+
== Thanks
22+
23+
We all stand on the shoulders of open source giants.
24+
25+
We'd like to thank the communities that established code of conducts and diversity statements as our inspiration:
26+
* Django: https://www.djangoproject.com/conduct/reporting/
27+
* Python: https://www.python.org/community/diversity/
28+
* Ubuntu: http://www.ubuntu.com/about/about-ubuntu/conduct
29+
30+

bootstrap.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Open Code of Conduct</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet"
2+
href="bootstrap.min.css" media="screen"> </head> <body> <div class="container">
3+
4+
<div class="page-header"> <h1>Open Code of Conduct</h1> <p class="lead">An easy to reuse open source code of conduct for communities</p> </div>
5+
6+
<p><i>The purpose of creating this effort was to promote more open source organizations and projects to adopt code of conducts. Through our experiences at the <a href="https://twitter.com/todogroup">@TODOGroup</a>, we strongly believe that code of conducts help set the ground rules for participation in communities and more importantly, help build a culture of respect. We hope by <a href="https://github.com/opencodeofconduct/opencodeofconduct.github.io">sharing this with you</a> will enable you to easily establish a code of conduct for your respective open source community.</i></p>
7+
8+
<h3>Code of Conduct</h3>
9+
10+
<p>This code of conduct outlines our expectations for participants, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for
11+
all and expect our code of conduct to be honored. </p>
12+
13+
<p>Our open source community strives to:</p>
14+
15+
<ul> <li><b>Be open</b>: We invite anyone to participate in any aspect of our projects. Our community is open, and any responsibility can be carried by a contributor who demonstrates the
16+
required capacity and competence.</li> <li><b>Be considerate</b>: People use our work, and we depend on the work of others. Consider users and colleagues before taking action. For example,
17+
changes to code, infrastructure, policy, and documentation may negatively impact others.</li> <li><b>Be respectful</b>: We expect people to work together to resolve conflict, assume good
18+
intentions, and act with empathy. Do not turn disagreements into personal attacks.</li> <li><b>Be collaborative</b>: Collaboration reduces redundancy and improves the quality of our work. We
19+
strive for transparency within our open source community, and we work closely with upstream developers and others in the free software community to coordinate our efforts.</li> <li><b>Be
20+
pragmatic</b>: Questions are encouraged and should be asked early in the process to avoid problems later. Be thoughtful and considerate when seeking out the appropriate forum for your questions.
21+
Those who are asked should be responsive and helpful.</li> <li><b>Step down considerately</b>: Members of every project come and go. When somebody leaves or disengages from the project, they
22+
should make it known and take the proper steps to ensure that others can pick up where they left off.</li> </ul>
23+
24+
<p>This code is not exhaustive or complete. It serves to distill our common understanding of a collaborative, shared environment, and goals. We expect it to be followed in spirit as much as in
25+
the letter. </p>
26+
27+
<h3>Diversity Statement</h3>
28+
29+
<p> We encourage everyone to participate and are committed to building a community for all. Although we may not be able to satisfy everyone, we all agree that everyone is equal. Whenever a participant has made a mistake, we expect them to take responsibility for it. If someone has been harmed or offended, it is our responsibility to listen carefully and respectfully,
30+
and do our best to right the wrong. </p> <p> Although this list cannot be exhaustive, we explicitly honor diversity in age, culture, ethnicity, gender identity or expression, language, national
31+
origin, political beliefs, profession, race, religion, sexual orientation, socioeconomic status, and technical ability. We will not tolerate discrimination based on any of the protected
32+
characteristics above, including participants with disabilities. </p>
33+
34+
<h3>Reporting Issues</h3>
35+
36+
<p> If you experience or witness unacceptable behavior—or have any other concerns—please report it by emailing <b>[an email address]</b>. All reports will be handled with discretion. In your report please include: </p> <ul> <li>Your contact information.</li> <li> Names (real, nicknames, or pseudonyms) of any individuals involved. If there are additional witnesses, please
37+
include them as well. Your account of what occurred, and if you believe the incident is ongoing. If there is a publicly available record (e.g. a mailing list archive or a public IRC logger),
38+
please include a link.</li> <li>Any additional information that may be helpful.</li> </ul>
39+
40+
<p> After filing a report, a representative will contact you personally. The representative will then review the incident, follow up with any additional
41+
questions, and make a decision as to how to respond. </p> <p> Anyone asked to stop unacceptable behavior is expected to comply immediately. If an individual engages in unacceptable behavior, the representative may take any action they deem appropriate, up to and including a permanent ban from our community without warning. </p>
42+
43+
</div> <!-- /container --> </body> </html>

0 commit comments

Comments
 (0)