website/policy/chat.html
Fynn Godau 4097da066c
All checks were successful
Build and publish Docker image / build (push) Successful in 2m36s
Build and publish Docker image / build (pull_request) Successful in 27s
Chat rules
2025-07-28 09:48:20 +02:00

117 lines
4.4 KiB
HTML
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.

<!DOCTYPE HTML>
<!--
Halcyonic by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>NewPipe&nbsp;e.V.</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="../assets/css/main.css" />
</head>
<body class="subpage">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Logo -->
<h1><a href="../index.html" id="logo">NewPipe&nbsp;e.V.</a></h1>
<!-- Nav -->
<nav id="nav">
<a href="../about.html">About</a>
<a href="../join.html">Join us</a>
<a href="../blog.html">Blog</a>
<a href="../donate.html" class="button-large">Donate</a>
</nav>
</div>
</div>
</div>
</section>
<!-- Content -->
<section id="features">
<div class="container">
<div class="row">
<div class="col-12">
<section>
<header><h2>Chat policy</h2></header>
<h3>First and foremost:</h3>
<ul><li>All creatures welcome!</li>
<li>Be excellent to each other!</li>
<li>We are all here to have fun.</li>
</ul>
<h3>Generally:</h3>
<ul>
<li>Be friendly and helpful to each other!</li>
<li>You are allowed to ask your questions, even if they are seen as trivial by others.</li>
<li>Dont harass, spam, troll, make fun of others, or bully others.</li>
<li>No bigotry or discrimination. (This obviously includes sexism, misogyny, queer- and transphobia,
and racism.)</li>
<li>Dont post offensive or harmful content in general.</li>
</ul>
<h3>Specifically:</h3>
<ul>
<li>Dont push or harass team members! We are all humans and try our best. When voicing criticism,
stay objective and friendly.</li>
<li>Try to stick to NewPipe-related topics.</li>
<li>Long code blocks make the chat hard to read for everyone. Therefore, please only paste error
logs when asked to do so.</li>
<li>As a team member, you are a role model for others. Please act like it!</li>
</ul>
<h3>Consequences:</h3>
<ul>
<li>Please follow the advices and guidance of our moderators.</li>
<li>The moderators are currently AudricV, Poolitzer, Profpatsch, Tobigr, TheAssassin, and wb9688.</li>
<li>If you break the rules or repeatedly disregard instructions from our moderators, consequences
will be either a temporary or permanent ban.</li>
<li>If you think you were mistreated by our moderators, or are missing moderator action, create
screenshots of the conversation and reach out to Christian via [todo], who introduces themselves as follows:
<blockquote style="padding-left: 1cm; border-left: 1px solid white;">I'm Christian (he/they), M.Sc. in Computer Science 🧑‍💻, a love for data science 📊, queer 🌈 and a good listener 👂. If you ever feel misunderstood or wrongly accused, Im here to listen—and I will always stand against discrimination and injustice.</blockquote>
Christian will neutrally assess the situation and reach out to our moderators on your behalf
if necessary.</li>
</ul>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<div class="row aln-center">
<div class="col-12">
<a href="https://git.newpipe-ev.de/NewPipe-eV/website">Website repository</a> |
<a href="../contact.html">Contact</a> | <a href="../license.html">Licensing</a> | <a href="../privacy.html">Privacy Policy</a> | <a href="../credits.html">Credits</a> | <a href="../imprint.html">Imprint</a>
</div>
</div>
</div>
</section>
<!-- Copyright -->
<div id="copyright">
Copyright &copy; NewPipe&nbsp;e.V., all rights reserved. | Design: <a href="https://html5up.net">HTML5 UP</a>
</div>
</div>
<!-- Scripts -->
<script src="../assets/js/jquery.min.js"></script>
<script src="../assets/js/browser.min.js"></script>
<script src="../assets/js/breakpoints.min.js"></script>
<script src="../assets/js/util.js"></script>
<script src="../assets/js/main.js"></script>
</body>
</html>