Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 761 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 761 Bytes

Contributing To Rez

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Rez follows PEP8 and the Google Python Style Guide. Please take particular note of the docstring format used.

Reporting Bugs

If you report a bug, please ensure to specify the following:

  • Rez version (e.g. 2.0.rc1.35);
  • Platform and operating system you were using;
  • Contextual information (what were you trying to do using Rez);
  • Simplest possible steps to reproduce.