bigly-chat/views/guidelines.ejs
2024-11-25 14:12:44 -05:00

21 lines
No EOL
1.1 KiB
Text

<%- 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') -%>