Skip to content

Commit

Permalink
Update CONTRIBUTING.md to poin to codeing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk authored Jan 15, 2024
1 parent aa3193d commit 362ffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is highly recommended that an issue be logged on GitHub before any work is st

### Pull Requests

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. Also read and adhere to the the [Coding guidelines](doc/codingGuidelines.md), many of which are enforced by clang-format checks.
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. Also read and adhere to the the [Coding guidelines](codingGuidelines.md), many of which are enforced by clang-format checks.

All development should happen against the [dev](https://github.com/Autodesk/maya-usd/tree/dev) branch of the repository. Please make sure the base branch of your pull request is set to the dev branch when submitting your pull request.

Expand Down

0 comments on commit 362ffa3

Please sign in to comment.