By contributing to Arium, you agree to abide by the code of conduct.
If you are not sure how to begin contributing to Arium, go through the Readme and start adding plugins for interactions.
To contribute to Arium, you need a working Unity development environment.
To send in a pull request
- Fork the repo.
- Create a new feature branch based off the master branch.
- Add/Make your changes
- Provide the commit message with the the issue number and a proper description.
- Add sample tests for your changes if applicable.
- Ensure that all the existing tests pass.
- Submit the pull request.