forked from discord-csharp/discord-csharp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.html
More file actions
116 lines (96 loc) · 5.93 KB
/
rules.html
File metadata and controls
116 lines (96 loc) · 5.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,300,400,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
<title>C# Discord - C# Discord Community</title>
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/theme.css">
</head>
<body>
<nav class="st-nav navbar main-nav navigation fixed-top dark-link" id="main-nav">
<div class="container">
<ul class="st-nav-menu nav navbar-nav">
<li class="st-nav-section nav-item"><a href="#main" class="navbar-brand"><img src="img/logo.png" alt="CSharp" class="logo logo-sticky"></a></li>
<li class="st-nav-section st-nav-primary nav-item">
<a class="st-root-link nav-link" href="https://cs.dotnet.gg">Home </a>
<a class="st-root-link item-products st-has-dropdown nav-link" href="rules">Rules </a>
<a class="st-root-link item-products st-has-dropdown nav-link" href="https://discord.gg/csharp">Discord </a>
<a class="st-root-link item-company st-has-dropdown nav-link" href="https://github.com/discord-csharp">GitHub </a>
</li>
<li class="st-nav-section st-nav-mobile nav-item"><button class="st-root-link navbar-toggler" type="button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span></button>
<div class="st-popup">
<div class="st-popup-container"><a class="st-popup-close-button">Close</a>
<div class="st-dropdown-content-group">
<a href="https://cs.dotnet.gg">Home </a>
<a href="rules">Rules </a>
<a href="https://discord.gg/csharp">Discord </a>
<a href="https://github.com/discord-csharp">GitHub </a>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="st-dropdown-root">
<div class="st-dropdown-bg">
<div class="st-alt-bg"></div>
</div>
<div class="st-dropdown-arrow"></div>
<div class="st-dropdown-container">
</div>
</div>
</nav>
<main>
<section class="section terms">
<div class="container pt-md-9">
<h1>Guild Rules</h1>
<p class="text-secondary small bold">Last updated on January 26th, 2020</p>
<hr class="my-4">
<p>The guild runs on a three-strike moderation system. In almost all cases, a user will receive three warnings or mutes before they are banned from the server. In some cases, at the discretion of staff, more severe action may be taken at any point.</p>
<h3>0) Follow staff advisement at all times</h3>
<p>Listen first and follow up in a DM or using @Message Staff if you want clarification.</p>
<h3>1) Be civil and professional</h3>
<p>Personal attacks, harassment, and hate speech will not be tolerated.</p>
<h3>2) Safe for work content only</h3>
<p>Pornographic and extremist content is strictly forbidden. Other types of not safe for work (NSFW) content can be posted in the off-topic channels with an explicit warning and spoiler tag.</p>
<h3>3) Content offering any compensation is not allowed</h3>
<p>Regardless of intent. This includes referral links, job postings, offers of money for help and as thanks for any help received.</p>
<h3>4) Discussion of security topics is up to the discretion of staff</h3>
<p>Please be mindful of how you phrase your question (e.g. “How can I protect my web app from SQL injection?” is ok, but “What kind of input could break my web app?” is not).</p>
<h3>5) Unsolicited pings or spam are not allowed</h3>
<p>Especially to members with any Verified role and includes cross posting the same content into multiple channels. This includes sending unsolicited direct messages.</p>
<h3>6) Circumventing rules is not allowed</h3>
<p>For example, using the member list of this guild to target users' private messages in order to break rules is forbidden.</p>
<h3>7) The following topics are not to be discussed anywhere in the guild:</h3>
<p>
<ul>
<li>Politics</li>
<li>Gender politics</li>
<li>Pornographic content</li>
<li>Extremist content</li>
<li>Breaking of Discord Terms of Service</li>
<li>Malicious hacking, exploiting, piracy or unauthorized distribution</li>
</ul>
</p>
<p>
Staff retain the right to ask for any discussion to stop. If a discussion is getting heated, or you feel that staff need to step in, ping a Moderator or Admin.
</p>
</div>
</section>
</main>
<script src="js/index.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/stripe-bubbles.js"></script>
<script src="js/stripe-menu.js"></script>
</body>
</html>