site/code-of-conduct.php

160 lines
6.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$title = "envs.net | code of conduct";
$desc = "envs.net | code of conduct (coc)";
include 'header.php';
?>
<body id="body" class="dark-mode">
<div>
<div class="button_back">
<pre class="clean"><strong><a href="/">&lt; back</a></strong></pre>
</div>
<div id="main">
<div class="block">
<h1><em>code of conduct</em></h1>
<pre>
<strong>tl;dr</strong> learn by doing and helping. be excellent to each other. have fun!
</pre>
<p></p>
</div>
<h2 id="purpose">&#35; purpose</h2>
<pre>
a primary goal of envs.net is to be inclusive to the largest number of
contributors, with the most varied and diverse backgrounds possible. as such, we
are committed to providing a friendly, safe and welcoming environment for all.
this code of conduct outlines our expectations for all those who participate in
our community, as well as the consequences for unacceptable behavior.
we invite all those who participate in envs.net to help us create safe and
positive experiences for everyone.
This applies to conversation in the any room in the matrix community (<a href="https://matrix.to/#/+envs:envs.net" target="_blank">+envs:envs.net</a>),
also in the irc channel (#envs) on irc.tilde.chat, commits and comments relating to
any project in <a href="https://github.com/envs-net" target="_blank">github</a>/<a href="https://git.envs.net/envs" target="_blank">gitea</a> spaces and as well as for any <a href="https://help.envs.net/#user-account-features" target="_blank">service</a> on envs.
</pre>
<br />
<h2 id="envs-mission">&#35; envs.net mission</h2>
<pre>
<strong>envs.net exists to foster an engaged community for socializing,
learning, and making cool stuff</strong>
in a mass-media age, it is up to small, intentional communities to gather and
work together to provide a space outside of the advertising-laden,
profit-seeking, corporate-owned world of social media.
to that end, envs.net strives to be a radically inclusive community where people
of all backgrounds and all technological experience levels can come together to
learn, to teach, and to delight in one anothers creations.
</pre>
<br />
<h2 id="expected-behavior">&#35; expected behavior</h2>
<pre>
the following behaviors are expected and requested of all community members:
</pre>
<p></p>
<ul>
<li>participate in an authentic and active way. in doing so, you contribute<br />
to the health and longevity of this community.</li>
<li>exercise consideration and respect in your speech and actions.</li>
<li>attempt collaboration before conflict.</li>
<li>refrain from demeaning, discriminatory, or harassing behavior and speech.</li>
<li>be mindful of your surroundings and of your fellow participants.</li>
<li>teach when people need help. dont do it for them.</li>
</ul>
<br />
<h2 id="unacceptable-behavior">&#35; unacceptable behavior</h2>
<pre>
the following behaviors are considered harassment and are unacceptable within
our community:
</pre>
<p></p>
<ul>
<li>violence, threats of violence or violent language directed against<br>
another person.</li>
<li>sexist, racist, homophobic, transphobic, ableist or otherwise<br>
discriminatory jokes and language.</li>
<li>posting or displaying sexually explicit or violent material.</li>
<li>posting or threatening to post other peoples personally identifying<br>
information (“doxing”).</li>
<li>personal insults, particularly those related to gender, sexual<br>
orientation, race, religion, or disability.</li>
<li>unwelcome sexual attention. this includes sexualized comments or jokes.</li>
<li>deliberate intimidation, stalking or following.</li>
</ul>
<br />
<h2 id="consequences-of-unacceptable-behavior">&#35; consequences of unacceptable behavior</h2>
<pre>
unacceptable behavior from any community member, including sponsors and those
with decision-making authority (sudo), will not be tolerated.
anyone asked to stop unacceptable behavior is expected to comply immediately.
if a community member engages in unacceptable behavior, the community organizers
may take any action they deem appropriate, up to and including a temporary ban
or permanent expulsion from envs.net without warning (meaning your account will
be terminated and all user data deleted).
</pre>
<br />
<h2 id="reporting-guidelines">&#35; reporting guidelines</h2>
<pre>
if you are subject to or witness unacceptable behavior, or have any other
concerns, please contact an admin (see info below).
additionally, help engaging with law enforcement is available.
</pre>
<br />
<h2 id="addressing-grievances">&#35; addressing grievances</h2>
<pre>
if you feel you have been falsely or unfairly accused of violating this code of
conduct, use the contact info below to send a concise description of your
grievance.
</pre>
<br />
<h2 id="scope">&#35; scope</h2>
<pre>
we expect all envs.net members to abide by this code of conduct while:
</pre>
<p></p>
<ul>
<li>engaging with other members</li>
<li>publishing content on envs.net</li>
</ul>
<br />
<h2 id="contact-info">&#35; contact info</h2>
<pre>
envs.net admins:
&gt; you can also send a mail to <a href="mailto:sudoers@envs.net">sudoers@envs.net</a> to make sure we all get it.
</pre>
<p></p>
<ul>
<li><a href="https://envs.net/~creme/">~creme</a>:
<ul>
<li><a href="mailto:creme@envs.net">creme@envs.net</a></li>
<li>on irc <code>/query creme[m] hello</code></li>
<li>on matrix <a href="https://matrix.envs.net/_matrix/client/#/user/@creme:envs.net" target="_blank"><code>@creme:envs.net</code></a></li>
</ul>
</li>
</ul>
<br />
<h2 id="license-and-attribution">&#35; license and attribution</h2>
<pre>
this code of conduct is based on <a href="http://citizencodeofconduct.org/" target="_blank">citizencodeofconduct.org</a> and <a href="http://tilde.town/wiki/conduct.html" target="_blank">tilde.town coc</a>
under the terms of the <a href="http://creativecommons.org/licenses/by-sa/3.0/" target="_blank">creative commons attribution-sharealike license</a>.
</pre>
<br />
<h2 id="tos">&#35; terms of service</h2>
<pre>
please also see the <a href="/tos/">terms of service</a>.
</pre>
</div>
<?php include 'footer.php'; ?>