Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 783 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
23 lines (14 loc) · 783 Bytes

Contributing to Trevi

Trevi welcomes contributions to our open source projects on Trevi-Swift.

Issue Contributions

Feel free to submit issues and enhancement requests about any general help and technical issues. Please raise any bug reports on the issue too, but check existing issues before opening new issues.

Coding conventions

Please follow github / swift-style-guideline.

Code Contributions

Please follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Commit changes to a branch in your fork
  3. Pull request "upstream" with your changes
  4. Merge changes in to "upstream" repo

NOTE: Be sure to merge the latest from "upstream" before making a pull request!