This is a repository of CSL citation styles.
To contribute to the style repository:
- fork the main repository
- create a temporary development branch and make your changes there
- commit your changes in one atomic commit per style
- issue a pull request to the main repository
Style id slugs and files names for CSL style must follow these guidelines:
- all lower case
- only valid characters are numbers, a-z letters, and single dash
- include a "csl" extension
So, the following would be valid:
test-style.csl
These would not:
- TestStyle.csl
- Test Style.csl
- test_style.txt