Skip to content

Commit 79a36fe

Browse files
committed
docs(contribution): add repository field in guide to add theme
1 parent 0cc7b11 commit 79a36fe

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit.<b
3636

3737
---
3838

39-
## Add your theme <3
39+
## Contribution
40+
41+
### Add your theme <3
4042

4143
+ If you have a Github account:
4244
1. Fork this repository
4345
2. Look for a file called `themes.json`, open and edit it
4446
3. Below the last `}` add `,` right after a copy the [code below](#code) and paste it in the file
45-
4. Add the properties of your theme: **title**, **link**, **description**, **image** and **tag** (Cannot be left empty)
47+
4. Add the properties of your theme: **title**, **link**, **description**, **image**, **tag** (cannot be left empty), and **repository**.
4648
5. **Avoid the use of escaped characters, and the order matters**
4749
6. Please, do not use a very big image, preferably (650x500)
4850
7. Image property:
@@ -54,15 +56,16 @@ A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit.<b
5456
1. When creating an issue, you will find a template for submitting a theme. Use that one. It's easy.
5557

5658
+ If you have a Twitter account:
57-
1. Send **at least** the following properties: **tags**, **title**, **link**, **description**, and **picture** to [@Neikon66](https://twitter.com/Neikon66).
59+
1. Send **at least** the following properties: **title**, **link**, **description**, **image**, **tags**, and **repository** to [@Neikon66](https://twitter.com/Neikon66).
5860

5961
```
6062
{
6163
"title": "..........",
6264
"link": "..........",
6365
"description": "..........",
6466
"image": "..........",
65-
"tags": [ "your username/name", "theme type: dark", "theme type: light", "............." ]
67+
"tags": [ "your username/name", "theme type: dark", "theme type: light", "............." ],
68+
"repository": ".........."
6669
}
6770
```
6871

0 commit comments

Comments
 (0)