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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,6 @@ _(make sure you already have a [Vercel](https://vercel.com/) account)_
47
47
48
48
GitHub Readme Stats supports custom theming, and you can also contribute new themes!
49
49
50
-
All you need to do is edit the[themes/index.js](./themes/index.js) file and add your theme at the end of the file.
51
-
52
50
>**Note**
53
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.
54
52
@@ -58,6 +56,8 @@ All you need to do is edit the [themes/index.js](./themes/index.js) file and add
58
56
>**Note**
59
57
>Before submitting pull request, please make sure that your theme pass WCAG 2.0 level AA constrast ration test. You can use[this tool](https://webaim.org/resources/contrastchecker/) to check it.
60
58
59
+
To contribute your theme you need to edit the[themes/index.js](./themes/index.js) file and add it at the end of the file.
60
+
61
61
##Any contributions you make will be under the MIT Software License
62
62
63
63
In short, when you submit changes, your submissions are understood to be under the same[MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.