Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1003 Bytes

CONTRIBUTING.rst

File metadata and controls

28 lines (21 loc) · 1003 Bytes

How to contribute to Vumi

Vumi is an Open Source software project under the BSD license. We love contributions!

Here's a quick guide on how to contribute to the project:

  1. Fork the repository
  2. Run the tests, we'll only accept pull requests with passing tests. Ensure that the tests run with trial vumi and that you're starting with a clean slate.
  3. Make your changes to your forked repository and ensure that tests are added where necessary.
  4. Make the tests pass.
  5. Push to your fork and submit a pull request! (For bonus points use hub if you're turning an existing issue into a pull request)

At this point you're waiting on us. We like to comment on pull-requests and where needed possibly request some changes, improvements or alternatives.

Please ensure that your code is PEP8 compliant and you use 4 spaces for indentation, tabs are right out.