To contribute, fork our project on GitHub, then submit a pull request to our master
branch.
- Make sure you unit test your changes. ~/lib/src/test/ houses all of the current unit tests.
- If you added a
SortFunction
or anything that could have unit tests, please be sure to add them to the main project. - If you update anything that would add breaking changes to older versions of
Spruce
be sure to declare that in your Pull Request description. - Be sure to document your code. This includes adding in javadoc style comments for those methods that
are publicly accessible and also adding those methods to their respective
README.md
document. - 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.