Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 703 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 703 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.

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.