Skip to content

Commit d8de445

Browse files
hobovskyDonaldKellettSteffan153kazkBlind4Basics
authored
Reference of moderator features (#251)
* Initial stub * Update navigation * Autoformat with Prettier * navigation * navigation * List available moderator features * wording, formatting * Explanatory note on spoiler solutions * Add link to moderator features reference * Apply suggestions from code review Co-authored-by: Donald Sebastian Leung <[email protected]> * Apply suggestions from code review Co-authored-by: Steffan <[email protected]> * Organization * Autoformat with Prettier * Update header * Navigation * Apply suggestions from code review Co-authored-by: Donald Sebastian Leung <[email protected]> * Fix next link * remove commas from list items * Apply suggestions from code review Co-authored-by: Blind4Basics <[email protected]> * Fix navigation * Fix navigation one more time * Add a note on managed repos Co-authored-by: hobovsky <[email protected]> Co-authored-by: Donald Sebastian Leung <[email protected]> Co-authored-by: Steffan <[email protected]> Co-authored-by: kazk <[email protected]> Co-authored-by: Blind4Basics <[email protected]>
1 parent 3ed5d0a commit d8de445

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

content/community/moderation-tools.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
kind: reference
3+
sidebar: community
4+
prev: /community/moderation/
5+
next: /community/rules/
6+
---
7+
8+
# Moderation Tools
9+
10+
[Moderators](/community/moderation/#moderators) are a group of users selected to support other users with handling problems related to content and the community. They have access to tools and features not available to regular users, which can be used to solve problems reported by community members. In particular, moderators can:
11+
12+
- Handle problematic users, cheaters, and griefers:
13+
- Handle reports about dishonest users
14+
- Flag solutions as cheat
15+
- Revoke privileges related to authoring
16+
- Remove dubious votes on beta kata
17+
- Manually fix effects of some bugs:
18+
- Revalidate solutions which do not pass tests anymore but haven't been invalidated automatically
19+
- Force recalculation of broken satisfaction rating on beta kata
20+
- Force solutions affected by the grouping bug to appear on the kata solutions page
21+
- Ensure quality of content:
22+
- Unpublish unapprovable or severely broken beta kata
23+
- Hide solutions which can be considered spoilers from kata solutions page (for example a highly optimized solution to an easy version of a 7 kyu kata which can be used to solve 2 kyu, challenge version)
24+
- Approve changes to documentation
25+
- Manage Codewars repositories, boards, and chats:
26+
- [codewars/codewars.com](https://github.com/codewars/codewars.com) GitHub repository
27+
- [codewars/docs](https://github.com/codewars/docs) GitHub repository
28+
- [codewars/content-issues](https://github.com/codewars/content-issues) GitHub repository
29+
- [Codewars Gitter chats](https://gitter.im/Codewars/codewars.com)

content/community/moderation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar: community
33
prev: /community/
4-
next: /community/rules/
4+
next: /community/moderation-tools/
55
---
66

77
# Moderation
@@ -36,7 +36,7 @@ They can be recognized by the symbol of a crown (👑) displayed next to their u
3636

3737
## Moderators
3838

39-
Moderators are a small team of active users selected by admins and are responsible for supervising users' activities. They have earned the trust of the admins from years of contributions and are given access to moderation tools and extra privileges.
39+
Moderators are a small team of active users selected by admins and are responsible for supervising users' activities. They have earned the trust of the admins from years of contributions and are given access to [moderation tools](/community/moderation-tools/) and extra privileges.
4040

4141
Example responsibilities include:
4242
- Providing support

content/community/rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar: community
3-
prev: /community/teams/
3+
prev: /community/moderation-tools/
44
---
55

66
# Community Code of Conduct
@@ -37,4 +37,4 @@ If a participant engages in harassing behavior, the community admins may take an
3737

3838
If you are being harassed, notice that someone else is being harassed, or have any other concerns, please bring it to our attention by emailing us at [email protected].
3939

40-
If you are caught cheating on a challenge, you will initially have your solution marked as a cheat and will not receive any honor or rank. This includes clever solutions that are clearly created for the spirit of cheating. Repeat offenders who have intentionally cheated will be banned.
40+
If you are caught cheating on a challenge, you will initially have your solution marked as a cheat and will not receive any honor or rank. This includes clever solutions that are clearly created for the spirit of cheating. Repeat offenders who have intentionally cheated will be banned.

gridsome.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ module.exports = {
158158
items: [
159159
"/community/",
160160
"/community/moderation/",
161+
"/community/moderation-tools/",
161162
"/community/rules/",
162163
],
163164
},

0 commit comments

Comments
 (0)