Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 2.14 KB

CONTRIBUTING.md

File metadata and controls

32 lines (17 loc) · 2.14 KB

Contributing to Hydra for Maya

Contributor License Agreement

Before contributing code to this project, we ask that you sign a Contributor License Agreement (CLA).

The documents include instructions on where to send the completed forms to. Once a signed form has been received you will be able to submit pull requests.

Filing Issues

Suggestions

The Hydra for Maya project is meant to evolve with feedback - the project and its users greatly appreciate any thoughts on ways to improve the design or features. Please use the enhancement tag to specifically denote issues that are suggestions - this helps us triage and respond appropriately.

Bugs

As with all pieces of software, you may end up running into bugs. Please submit bugs as regular issues on GitHub - Maya developers are regularly monitoring issues and will prioritize and schedule fixes.

The best bug reports include a detailed way to predictably reproduce the issue, and possibly even a working example that demonstrates the issue.

Contributing Code

The Hydra for Maya project accepts and greatly appreciates contributions. The project follows the fork & pull model for accepting contributions.

When contributing code, please also include appropriate tests as part of the pull request, and follow the same comment and coding style as the rest of the project. Take a look through the existing code for examples of the testing and style practices the project follows.

All development should happen against the "develop" branch of the repository. Please make sure the base branch of your pull request is set to the "develop" branch when filing your pull request.

It is highly recommended that an issue be logged on GitHub before any work is started. This will allow for early feedback from other developers and avoid multiple parallel efforts.