Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
There are many ways you can send your contributions to Yarn Spinner. You can either report a bug, or you can make the changes yourself and submit a pull request!
Please report bugs and open issues generously. Don't be afraid that your idea is silly, or you're reporting a duplicate. We're happy to hear from you. Seriously.
Please Note: Yarn Spinner is written by volunteers. If you encounter a problem while using it, we'll do our best to help you, but neither the authors, or Secret Lab Pty. Ltd. can offer any support.
- Fork and clone the repository
- Create a new branch: git checkout -b my-branch-name
- Make your changes
- Push to your fork and submit a pull request
- Pat your self on the back and wait for your pull request to be reviewed.
If you're unfamiliar with how pull requests work, GitHub's documentation on them is very good.
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- Update the documentation as necessary, as well as making code changes.
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- Write a good commit message.
As we are a group of volunteers, we can only officially support the versions of Unity that are actively supported by Unity themselves. Please check the official LTS FAQ for more up-to-date information. Currently, the minimum supported version is 2019.4.
However, if you would like to submit contributions to fix support for unsupported versions, please go ahead and do so, but do note that we cannot guarantee that it continues to work for that version.
All of Yarn Spinner's in-progress work happens on the main
branch. When we make releases, we create a new tag from main
. Larger features are developed on their own branch, and then merged to main
when ready.
Contributions to Yarn Spinner (via pull request or otherwise) must be licensed under the MIT license.