Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 854 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 854 Bytes

Contributing

Thank you for contributing! There's a lot that you can do to improve this project.

Issues

If you have an issue or suggestion, open an issue in Issues. Please try to use the templates provided for bugs and feature requests.

Formatting

Use K&R style when possible. For indentation, use tabs for indenting a line and spaces for indenting inside of a line. Use PascalCase for classes and methods, camelCase for variables, and prefix an _ for private member variables.

Testing

Make sure your code compiles and runs correctly. Test out extracting and replacing assets within an asset bundle to make sure that it works.

Pull Requests

When submitting a pull request, please try to follow the pull request template when creating a pull request.