Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 742 Bytes

contributing.md

File metadata and controls

24 lines (16 loc) · 742 Bytes

Contributing to Arium

By contributing to Arium, you agree to abide by the code of conduct.

How to start Arium

If you are not sure how to begin contributing to Arium, go through the Readme and start adding plugins for interactions.

Developing locally

To contribute to Arium, you need a working Unity development environment.

Submitting a Pull Request

To send in a pull request

  1. Fork the repo.
  2. Create a new feature branch based off the master branch.
  3. Add/Make your changes
  4. Provide the commit message with the the issue number and a proper description.
  5. Add sample tests for your changes if applicable.
  6. Ensure that all the existing tests pass.
  7. Submit the pull request.