Every contributions are welcome.
If you want to contribute but are unsure where to start try:
- any open issues,
- help out with current open pull requests.
- All text files use Unix line endings. The git settings already present in the repository attempts to enforce this.
- When making changes, follow the brace and parenthesis style of the surrounding code.
- Follow the convention laid out in PSR-1 and PSR-2.
- Please include tests when adding new features or fixing bugs.
👍 Thanks for taking the time to read this!