Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 957 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 957 Bytes

Contributing to Sourcery

Sourcery is an open source project started by Krzysztof Zabłocki and open to the entire Cocoa community.

I really appreciate your help!

Filing issues

When filing an issue, make sure to answer these questions:

  1. What version of Swift are you using (swift --version)?
  2. What did you do?
  3. What did you expect to see?
  4. What did you see instead?

Contributing code

Before submitting changes, please follow these guidelines:

  1. Check the open issues and pull requests for existing discussions.
  2. Open an issue to discuss a new feature.
  3. Write tests.
  4. Make sure your changes pass existing tests.
  5. Make sure the entire test suite passes locally and on Circle CI.
  6. Open a Pull Request.

Unless otherwise noted, the Sourcery source files are distributed under the MIT-style LICENSE.

Please review our Code of Conduct