We love pull requests. Here's a quick guide.
git clone [email protected]:spotify/apollo.git
mvn package
Ok, so now you can write some code. Have fun!
mvn -Pcoverage verify
Make sure to document your feature in the relevant places (Javadoc comments, README files, etc).
6. Push to your fork and submit a pull request.
Make sure the PR text mentions the motivation and details for your change.
CircleCI will run the test suite and let you know that you've done an awesome job. If CircleCI says A-OK, your work is done for now. At this point you're waiting on us. We like to at least comment on pull requests within two business days (and, typically, one business day). We may suggest some changes or improvements or alternatives. We promise to respond to all PRs.