Everyone is welcome to contribute. We accept any kind of help (even minor).
I like to leave pull requests open for a day or two before merging to encourage discussion.
Please read the code of conduct before making a pull request.
- Variables, functions, and methods must use camelCase.
- Only public and static methods and variables will start in PascalCase
- Methods and functions name must be declarative and self-explanatory as much as possible.
Pulls requests may be sent at any given time, however it will be merged only when it passes the rules below
- All tests must pass.
- Update / create new tests to maintain as close to 100% test coverage.
- Update any outdated wiki pages or create new one.