Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.2 KB

contributing.md

File metadata and controls

11 lines (9 loc) · 1.2 KB

Contributing to the repo

  1. Fork this repo
  2. Create a feature branch with a nice name (git checkout -b my-new-feature)
  3. Write your code!
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to your branch (git push origin my-new-feature)
  6. Create a pull request for your branch. Make sure that your PR has a nice description, and that it's linked to any relevant issues.

Our objective is to have no PR wait more than a week for some sort of interaction from us -- this might be a review, or it might be a "I'm going to come back to this and review it a bit later". This isn't a guarantee though, and sometimes other work might get in the way of reviewing opensource contributions. If we're really dragging our feet on reviewing a PR, please feel free to ping us through GitHub or Slack, or get in touch with [email protected], and they can bug us to get things done :)