Skip to content

Commit 6b85057

Browse files
committed
minor formatting fixes and additional steps
1 parent 26e22d5 commit 6b85057

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTION.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Please note we have a code of conduct, please follow it in all your interactions
2525
git checkout develop # switch to develop branch of schematic
2626
poetry build # build source and wheel archives
2727
pip install dist/schematicpy-0.1.11-py3-none-any.whl # install wheel file
28+
```
2829
5. [Obtain](https://sage-schematic.readthedocs.io/en/develop/README.html#obtain-google-credentials-file-s) appropriate Google credentials file(s).
2930
6. [Obtain and Fill in](https://sage-schematic.readthedocs.io/en/develop/README.html#fill-in-configuration-file-s) the `config.yml` file and the `.synapseConfig` file as well as described in the `Fill in Configuration File(s)` part of the documentation.
30-
8. [Import](https://docs.python.org/3/reference/simple_stmts.html#the-import-statement) `schematicpy` to leverage its functions directly as follows:
31-
```python
32-
from schematic import <sub-package>.<method-name> # import method from schematic core module
31+
7. [Run](https://docs.pytest.org/en/stable/usage.html) the test suite.
32+
33+
Note: To ensure that all tests run successfully, contact your DCC liason and request to be added to the `schematic-dev` [team](https://www.synapse.org/#!Team:3419888) on Synapse.
3334

3435
## Pull Request Process
3536

0 commit comments

Comments
 (0)