Skip to content

Commit 790d7dc

Browse files
committed
fix some errors
1 parent 1871e12 commit 790d7dc

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ We recommend that your contribution complies with the following guidelines befor
123123

124124
- To indicate a work in progress please mark the PR as `draft`. Drafts may be useful to (1) indicate you are working on something to avoid duplicated work, (2) request broad review of functionality or API, or (3) seek collaborators.
125125

126-
- All other tests pass when everything is rebuilt from scratch.
126+
- All other tests pass when everything is rebuilt from scratch. Tests can be run with:
127+
128+
```bash
129+
make test
130+
```
127131

128132
- When adding additional functionality, either edit an existing example, or create a new example (typically in the form of a Jupyter Notebook). Have a look at other examples for reference. Examples should demonstrate why the new functionality is useful in practice.
129133

@@ -146,18 +150,6 @@ We recommend that your contribution complies with the following guidelines befor
146150
make lint
147151
```
148152

149-
1. To run tests:
150-
151-
```bash
152-
make test
153-
```
154-
155-
6. To check code style:
156-
157-
```bash
158-
make check_lint
159-
```
160-
161153
## Building the documentation locally
162154

163155
A local build of the docs is achieved by:

0 commit comments

Comments
 (0)