Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 704 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (16 loc) · 704 Bytes

Contributing

In the spirit of free software, everyone is encouraged to help improve this project.

Submitting a Pull Request

  1. Fork the repository.
  2. Create a topic branch.
  3. Add specs for your unimplemented feature or bug fix.
  4. Run script/test. If your specs pass, return to step 3.
  5. Implement your feature or bug fix.
  6. Run script/test. If your specs fail, return to step 5.
  7. Add, commit, and push your changes.
  8. Submit a pull request.