This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent cd0380f697
commit 3dea44dacf
12 changed files with 170 additions and 174 deletions

View file

@ -1,12 +1,21 @@
<ol>
<li>Respect users and communities. Bigotry, bullying, and hacking are prohibited.</li>
<li>Contact staff via Discord as needed.</li>
<li>Stay within the law of the United States.</li>
<li>Don't exploit or clog Xuyezo services, regardless of utility value. Feature requests and glitches
can be reported on <a class='link' href='https://discord.gg/wZ3mg58JMT'>Discord</a> or <a class='link'
href='https://git.xuyezo.net/explore/repos'>Git</a>.</li>
<li>Respect other users' creative work. Inspiration is allowed, although re-used assets must be
properly credited.</li>
<li>Don't post sexually motivated content.</li>
<li>The moderation isn't responsible for behavior on other instances.</li>
</ol>
<%- include('header.ejs') -%>
<div class="content">
<h1 class='content-header'>Terms of Use</h1>
<h2>1. Respect</h2>
<p>While BiglyChat encourages good-faith discussion, some topics put the site's community at harm:</p>
<ol>
<li>Repeated personal attacks</li>
<li>Not safe for work content</li>
<li>Exposing non-public personal information</li>
<li>Illegal activity in the United States</li>
</ol>
<h2>2. Communication</h2>
<p>The community is held responsible for contacting staff via Discord. This functionality is used for reporting
misbehavior and communicating suggestions or bug fixes.</p>
<h2>3. Exploits</h2>
<p>Don't exploit or clog Xuyezo services, regardless of potential utility or publicity.</p>
<h2>4. Limitations</h2>
<p>The moderation isn't responsible for behavior on other instances of Xuyezo software.</p>
<!-- todo: guidelines for project lifecycle + stop derv killing everything-->
</div>
<%- include('footer.ejs') -%>