Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 986 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 986 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. Please follow these guidelines:

  • Make every effort to follow existing conventions and style;
  • Follow PEP8;
  • Follow the Google Python Style Guide for docstrings;
  • Use spaces, not tabs;
  • Use this format to mention the issue(s) your PR closes;
  • Add relevant tests to demonstrate that your changes work;
  • Add relevant documentation (see wiki source directory) to document your changes, if applicable.

Reporting Bugs

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

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