Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 564 Bytes

contributing.md

File metadata and controls

17 lines (9 loc) · 564 Bytes

Contributing

Directions.

  1. Find an issue that looks interesting.
  2. Fork the repo to your own account and clone (instructions https://help.github.com/articles/fork-a-repo/)
  3. Submit a pull request (More info: See Time to Submit Your First PR here https://www.thinkful.com/learn/github-pull-request-tutorial/Expect-a-Thorough-Review#Time-to-Submit-Your-First-PR)

Pull Requests are welcome.

Please add tests for features and tests for fixed bugs.

We use doctests for testing. We use test coverage - PRs should not bring the test coverage % down.