From 96472ca8e9b724fda817e7406be9f314dd8a2612 Mon Sep 17 00:00:00 2001 From: Zerebos Date: Mon, 23 Dec 2024 00:29:33 -0500 Subject: [PATCH] Propose guidelines change (#28) * Propose guidelines change * Update guidelines.md Improve theme guidelines wording --- docs/plugins/introduction/guidelines.md | 3 ++- docs/themes/introduction/guidelines.md | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/plugins/introduction/guidelines.md b/docs/plugins/introduction/guidelines.md index 128c843..873edd1 100644 --- a/docs/plugins/introduction/guidelines.md +++ b/docs/plugins/introduction/guidelines.md @@ -15,6 +15,7 @@ These are guidelines that all plugins are expected to abide by. Any plugin that 1. Addons must not discriminate whom can use it. 1. Addons must not collect user data without opt-in consent. 1. Addons must not include explicit sexual material or other adult content. +1. Addons must have English language support. ## Scope @@ -51,4 +52,4 @@ These are guidelines that all plugins are expected to abide by. Any plugin that - Necessary dependencies should be either bundled or a separate plugin. 1. Plugins must not use closed source nor self-hosted binaries or libaries. 1. Plugins must not be obfuscated, minified, include sourcemaps, or be otherwise deceitful. - \ No newline at end of file +1. Plugins must not bypass the addon approval system by implementing their own update system. \ No newline at end of file diff --git a/docs/themes/introduction/guidelines.md b/docs/themes/introduction/guidelines.md index d4b57bb..6c102a4 100644 --- a/docs/themes/introduction/guidelines.md +++ b/docs/themes/introduction/guidelines.md @@ -14,6 +14,7 @@ These are guidelines that all themes are expected to abide by. Any themes that v 1. Addons must not discriminate whom can use it. 1. Addons must not collect user data without opt-in consent. 1. Addons must not include explicit sexual material or other adult content. + 1. Addons must have English language support. ## Usability @@ -35,5 +36,7 @@ These are guidelines that all themes are expected to abide by. Any themes that v - If used, provide sensible fallbacks for other languages. ## Design -1. Themes should not be a basic recolor or background change. Themes should significantly alter the look and feel of Discord. -1. Themes should have full coverage of most common pages, popouts, modals and controls. Keep in mind that changing Discord's variables does not provide full coverage of the app. \ No newline at end of file +1. Themes should provide a cohesive design that notably alters the look and feel of Discord. + - A simple recoloring via CSS variables or adding a background image is not considered notable. +1. Themes should be designed to seamlessly integrate with any unthemed sections, ensuring a smooth and consistent experience across the entire interface + - Try to leave as few unthemed sections as possible in order to improve the user experience.