Docs: reorder themes contributing guidelines (#2897)

This commit is contained in:
Alexandr Garbuzov
2023-07-01 00:18:58 +02:00
committed by GitHub
parent 5d959bc76c
commit 720617a817
+2 -2
View File
@@ -47,8 +47,6 @@ _(make sure you already have a [Vercel](https://vercel.com/) account)_
GitHub Readme Stats supports custom theming, and you can also contribute new themes!
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.
> **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.
@@ -58,6 +56,8 @@ All you need to do is edit the [themes/index.js](./themes/index.js) file and add
> **Note**
> 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.
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.
## Any contributions you make will be under the MIT Software License
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.