Skip to content

Commit 96472ca

Browse files
authored
Propose guidelines change (#28)
* Propose guidelines change * Update guidelines.md Improve theme guidelines wording
1 parent ac604fb commit 96472ca

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/plugins/introduction/guidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ These are guidelines that all plugins are expected to abide by. Any plugin that
1515
1. Addons must not discriminate whom can use it.
1616
1. Addons must not collect user data without opt-in consent.
1717
1. Addons must not include explicit sexual material or other adult content.
18+
1. Addons must have English language support.
1819

1920

2021
## Scope
@@ -51,4 +52,4 @@ These are guidelines that all plugins are expected to abide by. Any plugin that
5152
- Necessary dependencies should be either bundled or a separate plugin.
5253
1. Plugins must not use closed source nor self-hosted binaries or libaries.
5354
1. Plugins must not be obfuscated, minified, include sourcemaps, or be otherwise deceitful.
54-
<!-- 1. Plugins must not bypass the addon approval system by implementing their own update system. -->
55+
1. Plugins must not bypass the addon approval system by implementing their own update system.

docs/themes/introduction/guidelines.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ These are guidelines that all themes are expected to abide by. Any themes that v
1414
1. Addons must not discriminate whom can use it.
1515
1. Addons must not collect user data without opt-in consent.
1616
1. Addons must not include explicit sexual material or other adult content.
17+
1. Addons must have English language support.
1718

1819

1920
## Usability
@@ -35,5 +36,7 @@ These are guidelines that all themes are expected to abide by. Any themes that v
3536
- If used, provide sensible fallbacks for other languages.
3637

3738
## Design
38-
1. Themes should not be a basic recolor or background change. Themes should significantly alter the look and feel of Discord.
39-
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.
39+
1. Themes should provide a cohesive design that notably alters the look and feel of Discord.
40+
- A simple recoloring via CSS variables or adding a background image is not considered notable.
41+
1. Themes should be designed to seamlessly integrate with any unthemed sections, ensuring a smooth and consistent experience across the entire interface
42+
- Try to leave as few unthemed sections as possible in order to improve the user experience.

0 commit comments

Comments
 (0)