You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,11 @@ All you need to do is edit the [themes/index.js](./themes/index.js) file and add
47
47
48
48
While creating the Pull request to add a new theme**don't forget to add a screenshot of how your theme looks**, you can also test how it looks using custom URL parameters like`title_color`,`icon_color`,`bg_color`,`text_color`,`border_color`
49
49
50
-
>NOTE: If you are contributing your theme just because you are using it personally, then you can[customize the looks](./readme.md#customization) of your card with URL params instead.
50
+
>**Note**
51
+
>If you are contributing your theme just because you are using it personally, then you can[customize the looks](./readme.md#customization) of your card with URL params instead.
52
+
53
+
>**Note**
54
+
>If your theme name contains multiple words (ie, hyphenated or underscor-ed theme names), please add two versions of theme: one with hyphens and one with underscores. This is to ensure backward-compatability with when we had hyphens for some themes and underscores for others.
51
55
52
56
##Any contributions you make will be under the MIT Software License