Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.1 KB

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by our code of conduct.

For the repo you want to modify

  • Fork, then clone the repo.
  • Make sure the tests pass.
  • Make your change. Add tests for your change. Make the tests pass.
  • Push to your fork and submit a pull request.
  • Write a good pull request description.

At this point you're waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives. If you want to poke us about a PR you have waiting please email us and let us know community@searchspring.com!

Some things that will increase the chance that your pull request is accepted:

  • Write tests.
  • Write a good commit messages.
  • Have a look at the coverage tools and static analysis reports that may appear on your PR and see if you can fix them.