From 508bda54943123359bf5f5a2e6c55a6f29311922 Mon Sep 17 00:00:00 2001 From: lactose Date: Sun, 9 Mar 2025 10:13:25 -0700 Subject: [PATCH 1/7] rewrite voice rules --- README.md | 51 ++++++++++++++++++++++----------------------------- 1 file changed, 22 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index ca6bcf9..256e51b 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,6 @@ Welcome to "All Things Linux," a vibrant and inclusive community dedicated to ex - [2.1. Language Requirement: English Only](#21-language-requirement-english-only) - [2.2. Text Channels](#22-text-channels) - [2.3. Voice Channels](#23-voice-channels) - - [2.3.a General Voice Rules](#23a-general-voice-rules) - - [2.3.b Voice Etiquette](#23b-voice-etiquette) - - [2.3.c Flow of Chat](#23c-flow-of-chat) - - [2.3.d Moderation](#23d-moderation) - [2.4. Bot Usage](#24-bot-usage) - [2.5. “On” and “Off” topic](#25-on-and-off-topic) - [2.6. Spam](#26-spam) @@ -190,34 +186,31 @@ Examples of moderation expectations if this rule/automod is bypassed: ### 2.3. Voice Channels -Communication via voice channels take place within the server, therefore the same rules apply there, as well as some additional domain specific rules. +All rules apply to conduct in voice channels along with additional rules. + +* Ensure a quiet background by muting when AFK or talking to people not in VC. +* Avoid exessive background noise from keyboards, fans, TVs, music, etc. +* "Echoing", or reflecting other people's voices back should be minimized. + * This usually happens when the microphone picks up audio from open back headphones or speakers. + * Consider using closed back headphones or earbuds; increasing the voice activity threshold can also reduce echoing along with echo cancellation in voice settings. +* Avoid disrupting ongoing conversations and interjecting. + * Refrain from obnoxious behavior such as yelling or otherwise disturbing others. + * If you wish to mention something off-topic or to get someone's attention without interrupting, consider using the built-in text chat for the voice channel. + * When first entering a chat, be mindful of the conversation currently going on. Don't interrupt an already ongoing conversation with something unrelated. +* Leave room for others to speak, try not to dominate or take over the chat. + * If you want to start a different topic but there is already a discussion, create or join another channel. +Read the room before interjecting. -#### 2.3.a General Voice Rules -* All text rules apply when communicating via voice channels if applicable. -* No live streaming any content that breaks any server/text based rules. +#### Moderation +Moderators have broad discretion over enforcing voice channel guidelines, but will act in the best interest of upholding the spirit of the rules. -#### 2.3.b Voice Etiquette -* Please maintain a quiet background by muting when away or speaking with others not in VC. -* Your voice should be the only thing audible, try to avoid background noise from keyboards, fans, TVs, etc. -* No disruptive music or desktop audio should be played through self inputs. - * Streaming with sound is okay, but other users should not be forced to mute you if they do not wish to listen to your audio. +Examples of moderation expectations: -#### 2.3.c Flow of Chat -* Allow ongoing conversations to conclude before interjecting. - * Refrain from disrupting conversation such as yelling and obnoxious behavior. - * If you wish to mention something off-topic without interrupting, consider using the built-in text chat. -* Leave room for others to speak, try not to dominate or take over the chat. - * If you want to start a new topic but people still wish to discuss the current topic, consider creating or joining a different channel. - * When first entering a chat, be mindful of the conversation currently going on. Don't interrupt an already ongoing conversation with something unrelated. Read the room before interjecting. - -#### 2.3.d Moderation -* Moderators have broad discretion over enforcing voice channel guidelines, but will act in the best interest of upholding the spirit of the rules. -* Examples of moderation expectations: - | Expectation | Description | - | ----------- | ----------------------------------------------------------------------------------------------------------------------------- | - | **Mild** | Moderators may ask members to adhere to guidelines. Moderators may temporarily server mute to ensure any issues are resolved. | - | **Medium** | Members may be brought into tickets to talk with Moderators about their actions. | - | **Severe** | Members with severe infractions may be handled at the discretion of Moderators. | +| Expectation | Description | +| ----------- | ----------------------------------------------------------------------------------------------------------------------------- | +| **Mild** | Moderators may ask members to adhere to guidelines. Moderators may temporarily server mute to ensure any issues are resolved. | +| **Medium** | Members may be brought into tickets to talk with Moderators about their actions. | +| **Severe** | Members with severe infractions may be handled at the discretion of Moderators. | ### 2.4. Bot Usage From a51b2f09b9d1d21c72cadaaa1cef2e090d9da678 Mon Sep 17 00:00:00 2001 From: lactose Date: Sun, 9 Mar 2025 10:36:53 -0700 Subject: [PATCH 2/7] fix tables --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ca6bcf9..6731a76 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,11 @@ Promoting or supporting violent extremism is also forbidden. Glorifying violent Examples of moderation expectations: -| Expectation | Description | -| ----------- | ----------------------------------------------------------- | +| Expectation | Description | +| ----------- | ---------------------------------------------------------------------------- | | **Mild** | Pulling Members into tickets and requesting that they stop this behavior. | -| **Medium** | Reprimand within tickets and timeouts ranging from 1hr-12hr | -| **Severe** | Severe or repeated offenses may result in bans. | +| **Medium** | Reprimand within tickets and timeouts ranging from 1hr-12hr | +| **Severe** | Severe or repeated offenses may result in bans. | ### 1.4. Expression, Discourse, and Debates @@ -182,11 +182,11 @@ This includes "brainrot" which are words or phrases with no substantial value. ( Examples of moderation expectations if this rule/automod is bypassed: -| Expectation | Description | -| ----------- | ------------------------------------------------------------------------------------------------------ | -| **Mild** | Members will be kindly asked in the chat to not post low-effort/low-quality content or bypass automod | -| **Medium** | Repeated offenses may result in Members being timed out for a period of time at the moderators discretion | -| **Severe** | If a Member is unwilling to comply, they will be ticketed and warned | +| Expectation | Description | +| ----------- | --------------------------------------------------------------------------------------------------------- | +| **Mild** | Members will be kindly asked in the chat to not post low-effort/low-quality content or bypass automod | +| **Medium** | Repeated offenses may result in Members being timed out for a period of time at the moderators discretion | +| **Severe** | If a Member is unwilling to comply, they will be ticketed and warned | ### 2.3. Voice Channels From 005f509de5a05141ade5296ae23e83d12dfea91c Mon Sep 17 00:00:00 2001 From: FarCotton Date: Sun, 9 Mar 2025 17:48:55 +0000 Subject: [PATCH 3/7] chore(docs): update TOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 256e51b..6326802 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Welcome to "All Things Linux," a vibrant and inclusive community dedicated to ex - [2.1. Language Requirement: English Only](#21-language-requirement-english-only) - [2.2. Text Channels](#22-text-channels) - [2.3. Voice Channels](#23-voice-channels) + - [Moderation](#moderation) - [2.4. Bot Usage](#24-bot-usage) - [2.5. “On” and “Off” topic](#25-on-and-off-topic) - [2.6. Spam](#26-spam) From 9904aae9d439161e784a0c1edd2ad84c43cd286b Mon Sep 17 00:00:00 2001 From: FarCotton Date: Sun, 16 Mar 2025 20:10:09 +0000 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c971c7..808f4ab 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ These guidelines are ever-evolving, responding to varied circumstances. Hence, w We aim to keep you updated whenever these guidelines get revised. However, the responsibility lies with you to upkeep the essence of these rules: to maintain the safety of Discord and uphold its inclusivity. Moreover, stay informed about server announcements and polls which might induce changes to the rules. We appreciate your contribution in this regard. -Above all, exercise good judgment and common sense. +Above all, exercise good judgement and common sense. ## Contributors From e08c9c840e4750763b9d0a9efc62251b84b9ad06 Mon Sep 17 00:00:00 2001 From: FarCotton Date: Sun, 16 Mar 2025 20:14:02 +0000 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c971c7..808f4ab 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ These guidelines are ever-evolving, responding to varied circumstances. Hence, w We aim to keep you updated whenever these guidelines get revised. However, the responsibility lies with you to upkeep the essence of these rules: to maintain the safety of Discord and uphold its inclusivity. Moreover, stay informed about server announcements and polls which might induce changes to the rules. We appreciate your contribution in this regard. -Above all, exercise good judgment and common sense. +Above all, exercise good judgement and common sense. ## Contributors From db6d9377bb93d1a7b4552828a6e0c2a252f475dd Mon Sep 17 00:00:00 2001 From: Amilie Date: Sun, 16 Mar 2025 20:14:04 +0000 Subject: [PATCH 6/7] Revert "Update README.md" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 808f4ab..1c971c7 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ These guidelines are ever-evolving, responding to varied circumstances. Hence, w We aim to keep you updated whenever these guidelines get revised. However, the responsibility lies with you to upkeep the essence of these rules: to maintain the safety of Discord and uphold its inclusivity. Moreover, stay informed about server announcements and polls which might induce changes to the rules. We appreciate your contribution in this regard. -Above all, exercise good judgement and common sense. +Above all, exercise good judgment and common sense. ## Contributors From 6bc9e7e2e1c2bac66f41ebd8b5ab6c79b5986a75 Mon Sep 17 00:00:00 2001 From: Amilie Date: Sun, 16 Mar 2025 20:17:08 +0000 Subject: [PATCH 7/7] Revert "Update README.md" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 808f4ab..1c971c7 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ These guidelines are ever-evolving, responding to varied circumstances. Hence, w We aim to keep you updated whenever these guidelines get revised. However, the responsibility lies with you to upkeep the essence of these rules: to maintain the safety of Discord and uphold its inclusivity. Moreover, stay informed about server announcements and polls which might induce changes to the rules. We appreciate your contribution in this regard. -Above all, exercise good judgement and common sense. +Above all, exercise good judgment and common sense. ## Contributors