Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ repository and sending a pull request. Please follow these guidelines:
4. Follow the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
for docstrings;
5. Use *spaces*, not *tabs*;
6. Update the [rez version](src/rez/utils/_version.py) appropriately, and follow
[semantic versioning](https://semver.org/);
7. Use [this format](https://help.github.com/articles/closing-issues-using-keywords/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotta renumber the rest, or put in a 6. Take a deep breath. :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The numbers are technically meaning less in markdown. But I can update them.

to mention the issue(s) your PR closes;
8. Add relevant tests to demonstrate that your changes work;
Expand Down