Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 659 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 659 Bytes

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by its code of conduct.

Getting Started

To get started contributing to Tofu, follow these steps:

  1. Fork and clone the repo.
  2. Make your changes. If you're contributing code, please include tests that fail without your code and pass with it.
  3. Make sure all automated tests pass. One way of running them is to use the ⌘U keyboard shortcut in Xcode.
  4. Submit a pull request

We try to respond to, if not merge, pull requests as soon as we can.