Skip to content

Commit 0923beb

Browse files
committed
Replace reference to Make
1 parent df578ed commit 0923beb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/contributing/index.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ Please note that we have a [code of conduct](./code-of-conduct.md). Please follo
1010

1111
## First Steps to contribute
1212

13-
- Read the documentation!
14-
- Fork this repo and set up development environment (see
15-
[development environment documentation](./development.md) for details)
16-
- Run the unit tests successfully in `main` branch:
17-
- `make test`
13+
First, read the documentation!
14+
15+
When you feel comfortable, fork this repository and set up your development environment.
16+
Don't forget to run our suite of checks (see [development environment
17+
documentation](./development.md) for details)!
18+
19+
## Sharing your work with us on GitHub
1820

1921
From here, you might want to fix and issue or bug, or add a new feature. Jump to the
2022
relevant section to proceed.

0 commit comments

Comments
 (0)