File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contribution Guidelines
2+ We welcome you to report [ issues] ( https://github.com/dominionenterprises/mongo-queue-php/issues ) or submit
3+ [ pull requests] ( https://github.com/dominionenterprises/mongo-queue-php/pulls ) . While the below guidelines are necessary to get code merged, you can
4+ submit pull requests that do not adhere to them and we will try to take care of them in our spare time. We are a smallish group of developers,
5+ though, so if you can make sure the build is passing 100%, that would be very useful.
6+
7+ We recommend including details of your particular usecase(s) with any issues or pull requests. We love to hear how our libraries are being used
8+ and we can get things merged in quicker when we understand its expected usage.
9+
10+ ## Building
11+ Our [ build] ( build.php ) runs the code through the [ PSR2 coding standard] ( http://www.php-fig.org/psr/psr-2/ ) and through our
12+ test suite. Failures in either will keep us from merging the pull request. The test suite MUST have 100% code coverage in the report.
13+
14+ ## Travis CI
15+ Our [ Travis build] ( https://travis-ci.org/dominionenterprises/mongo-queue-php ) executes the build above against pull requests.
You can’t perform that action at this time.
0 commit comments