Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 741 Bytes

File metadata and controls

15 lines (8 loc) · 741 Bytes

How to contribute

First and foremost, thanks for your interest! 👍

We welcome many kind of contributions such as improving the documentation, submitting bug reports and feature requests, or writing code.

Contributor License Agreement

By contributing to this project, you agree to license your contribution under the BSD-3-Clause license.

Writing New Code

Please follow the patterns of existing code and ensure that your new features are testable (tests) and well-documented in docs.

New features should be implemented as their own modules and imported in the stylesheets where it makes more sense (-before, -default, -after). If you are unsure where it should go, simply mention it in the Pull Request.