removed duplicate title, lexical changes for consistency and brevity

This commit is contained in:
nitro 2024-08-18 02:09:39 +02:00 committed by GitHub
parent ee8157853c
commit 7cc25275a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,7 @@
title: Themes Store Submission Guidelines title: Themes Store Submission Guidelines
--- ---
# Themes Store Submission Guidelines If you are a theme developer and would like to submit your theme, please follow these guidelines:
If you are a theme developer and would like to submit your theme to the Themes Store, please follow these guidelines:
1. **Theme requirements**: 1. **Theme requirements**:
- Your theme must be compatible with Zen Browser. - Your theme must be compatible with Zen Browser.
@ -13,10 +11,10 @@ If you are a theme developer and would like to submit your theme to the Themes S
- Your theme must not violate any copyright laws. - Your theme must not violate any copyright laws.
2. **Theme Validation**: 2. **Theme Validation**:
- Your theme's name has to be unique and less than `25` characters. - Your theme's name must be unique and less than `25` characters.
- Your theme's description has to be less than `100` characters. - Your theme's description must be less than `100` characters.
- Your theme's screenshot has to be a `PNG` with size of `300x200` (it can be resized after upload). - Your theme's screenshot must be a `PNG` with a size of `300x200` (it can be resized after upload).
- Your theme must contain a valid `readme` describing the theme and how to use it. - Your theme must contain a valid `README` describing the theme and how to use it.
- If your theme has any preferences values, they must be set in the `preferences` text area as a `JSON` object. - If your theme has any preferences values, they must be set in the `preferences` text area as a `JSON` object.
- See how preferences work [here](themes-store/themes-marketplace-preferences.md). - See how preferences work [here](themes-store/themes-marketplace-preferences.md).
@ -30,4 +28,4 @@ If you are a theme developer and would like to submit your theme to the Themes S
- If you would like to update your theme, please create an issue [here](https://github.com/zen-browser/theme-store/issues/new) - If you would like to update your theme, please create an issue [here](https://github.com/zen-browser/theme-store/issues/new)
- Please explain the changes you have made. - Please explain the changes you have made.
> Themes are automatically updated and generated by the bot. If your theme is not approved, you will receive a message with the reason why it was not approved. > Themes are automatically updated and generated by the bot. If your theme is not approved, you will receive a message with the reason why it was not approved.