Update CONTRIBUTING.md
This commit is contained in:
parent
800e39d64c
commit
b2b75f1105
|
|
@ -32,6 +32,7 @@ When creating new functions, please ensure you have the following:
|
|||
2. Unit tests for the function.
|
||||
3. Examples in the documentation for the function.
|
||||
4. Created an entry in our docs to autogenerate the documentation for the function.
|
||||
5. Please share google colab with minimal code to test new feature or reproduce PR whenever it is possible. Please ensure that google colab can be accessed without any issue.
|
||||
|
||||
All pull requests will be reviewed by the maintainers of the project. We will provide feedback and ask for changes if necessary.
|
||||
|
||||
|
|
@ -48,4 +49,4 @@ So far, **there is no types checking with mypy**. See [issue](https://github.com
|
|||
|
||||
## 🧪 tests
|
||||
|
||||
[`pytests`](https://docs.pytest.org/en/7.1.x/) is used to run our tests.
|
||||
[`pytests`](https://docs.pytest.org/en/7.1.x/) is used to run our tests.
|
||||
|
|
|
|||
Loading…
Reference in New Issue