Skip to content

Commit 8c2c0b7

Browse files
add contribution rule
1 parent 9d9fbfc commit 8c2c0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIB.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ review the following considerations before proceeding:
1212
improvements to functions within the schema/ package.
1313
* Please ensure that any new libraries are compliant with the Apache license that governs the Labelbox SDK.
1414
* Ensure that you update any relevant docstrings and comments within your code
15+
* Ensure that any new python components like classes, methods etc that need to feature in labelbox documentation have entries in the file [index.rst](https://github.com/Labelbox/labelbox-python/blob/develop/docs/source/index.rst). Also make sure you run `make html` locally in the `docs` folder to check if the documentation correctly updated according to the docstrings in the code added.
1516

1617
## Repository Organization
1718

0 commit comments

Comments
 (0)