Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.01 KB

Contributing.md

File metadata and controls

17 lines (14 loc) · 1.01 KB

Creating the Pull Request

To contribute, fork our project on GitHub, then submit a pull request to our master branch.

Before Submitting

  1. Make sure you have tested your changes. The Spruce.xcodeproj serves as the main way of testing your code.
  2. If you added a SortFunction or anything that could have unit tests, please be sure to add them to the main project.
  3. If you update anything that would add breaking changes to older versions of Spruce be sure to declare that in your Pull Request description.
  4. Be sure to document your code. This includes adding in Swift markup style comments for those methods that are publicly accessible and also adding those methods to their respective README.md document.
  5. Most importantly, animations are fun! So have fun coding it!!

By submitting a pull request, you represent that you have the right to license your contribution to WillowTree and the community, and agree by submitting the patch that your contributions are licensed under the MIT License.