Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.25 KB

Contributing.md

File metadata and controls

34 lines (21 loc) · 2.25 KB

Contributing to Shower

You’re always welcome to contibute! There are seven repositories in Shower project:

The most important part of the project is the Core repository, containing shower.js file.

Issues

Before contributing to Shower, please read through Issues to see open bugs and feature requests. If you have any feature to add to Shower or found a bug and want to fix it, please make sure you file an issue first.

Process

To contribute to Shower fork needed repository and start making changes. Don’t forget to add upstream link to original repository and keep your fork updated. Once you finished, send pull request back to original repository and supply clear description or link to existing issue.

Code style

Please keep existing code style while contributing to Shower and be ready for code review by Shower maintainers. It’s strongly recommended to install EditorConfig extension to your editor and validate your JavaScript changes using JSHint.

By historical reasons, Shower project is using tabs instead of spaces for code indentation. It’s not a big deal to keep this rule while contributing using you code editor options, even if your code style is 13.4 spaces.

Language

English is the main language for Shower project. All discussions and commit messages should be in English, no matter if it’s good or bad. The second language of Shower is Russian. Offical Shower themes are always compatible with Cyrillic and Russian typography. All documentation to Shower is always localized to Russian.


If you have any questions, please ask @shower_me or file an issue.