Skip to content

Commit fa6af29

Browse files
committed
Add CONTRIBUTING file
1 parent ff9ff3e commit fa6af29

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.

0 commit comments

Comments
 (0)