This is the contribute.md of monolog-influxdb. Great to have you here.
Here are a few ways you can help make this project better.
- Elard Vermeulen
We appreciate any efforts to help us writing this library. You can contribute in any of the following ways:
- Documentation
- Unit tests
- New features
- Bug fixed
- Reviewing pull requests
In order for your pull requests to get accepted we hold all the code to the following criteria:
- PSR-1/PSR-2 compliant
- Do not use left hand conditions such as false == $something
- New features need to be documented
- Breaking changes should be well highlighted and explained in the PR
The following is optional but encouraged:
- Code should be documented
- Code should be unit tested