inuitcss / CONTRIBUTING

[DEPRECATED] [go to intuitcss/inuitcss]
https://github.com/inuitcss/inuitcss
11 stars 0 forks source link

CONTRIBUTING

Whilst inuitcss gratefully welcomes contributions from the open-source community, there are a number of requirements and principles that need adhering to before code is eligible for inclusion in the project.

Simplicity is paramount.

inuitcss is written in Sass, which provides us with a lot of incredibly powerful features. However, I do not want inuitcss to become a platform for Sass’ capabilities—all code that comes into inuitcss should be as simple and CSS-like as possible.

Adding this complexity is against a number of inuitcss’ core principles of team-based workflows, long-running and larger projects, and its flexibility.

Kinds of code we do not want:

Sass provides us with a lot of fantastic features, but the introduction of complex, obscure, or monolithic code should always be avoided where possible.

If you are in doubt, please open an issue on the relevant repository to discuss a feature/addition before submitting a pull request. This way we can asses code’s suitability and its likelihood of inclusion before your go to the effort of writing anything.

New modules

If you would like to suggest a module to add to inuitcss, please open a new issue against this repository.