# Contributing

This Tabler bundle is an open source project and contributions made by the community are welcome. 
Send your ideas, code reviews, pull requests and feature requests to help me improve this project.

To make my and your live easier, here are the simple rules for PRs.

## Pull request rules

- Fix your codestyles before pushing with `composer codestyle-fix`
- Fix static code analysis errors, use `composer phpstan`
- Add PHPUnit tests for your changes and execute all tests with `composer tests`
- Verify everything still works (at least in your own project!) 
- With sending in a PR, you accept that your contributions/code will be published under MIT license (see [LICENSE](LICENSE))
