Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 885 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 885 Bytes

Contributing

Anyone can submit a pull request, to do so follow these steps:

  • Fork, then clone the repo:

    git clone [email protected]:your-username/promise-cr.git

  • Make sure the tests pass:

    crystal spec

  • Make your change. Add tests for your change. Make the tests pass:

    crystal spec

  • Push to your fork and submit a pull request.

    At this point you're waiting on me. I like to at least comment on pull requests within three business days (and, typically, one business day). I may suggest some changes or improvements or alternatives.

Things that will increase the chance of your pull request being accepted: