Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 1.22 KB

Contributing

We love pull requests from everyone. If you have any questions about contributing, please ask; we're here to help!

First, fork and clone the repo. Set up your machine by following the steps in the README.

Push to your fork and submit a pull request.

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.

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

  • Keep the style consistent. (Like follow PEP-8 for Python code)
  • Respect the indent and line ending settings of the project so that extraneous changes do not cloud the real intent of your commits.
  • Write a good commit message.
  • Commit in logical units. If you find yourself using "and" in a commit message (other than "Add/fix foo and add tests") you should probably break the work into multiple commits.