0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/node_modules/highlight.js/docs/style-contribution.rst
2014-11-25 03:08:06 +03:00

41 lines
990 B
ReStructuredText

Style contributor checklist
===========================
1. Put style definition into a .css file
----------------------------------------
Please refer to :doc:`style guide </style-guide>` to make it consistent with other styles.
2. Provide meta data
--------------------
Add some information about style to file header. There may be style name, original author and yours name and contacts.
::
/*
Mean-and-clean style (c) John Smith <email@domain.com>
Ported by Jack Man
*/
3. Add it to the demo page
--------------------------
Add your style at the top of src/demo/index.html page after the other styles.
4. Add yourself to AUTHORS.*.txt and CHANGES.md
-----------------------------------------------
If you're a new contributor add yourself to the authors list. Feel free to use either English and/or Russian version.
Also it will be good to update CHANGES.md.
5. Create a pull request
------------------------
Send your contribution as a pull request on GitHub.