We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e783a8 commit f0bb0f5Copy full SHA for f0bb0f5
.github/CONTRIBUTING.md
@@ -33,7 +33,7 @@ You need to have the following tools available to you:
33
- Run `make install` to get `poetry` to install all dependencies and set up `pre-commit`
34
- **Recommended**: Run `make` or `make help` to see other commands available to you.
35
- After this, you should have a working virtual environment and proceed with writing code with your favourite IDE
36
-- **TIP**: You can run `make core/tests` or `make module/<my-module>/tests` to run the tests specifically for that to speed up feedback cycles
+- **TIP**: You can run `make core/tests` or `make modules/<my-module>/tests` to run the tests specifically for that to speed up feedback cycles
37
- You can also run `make lint` to run the `pre-commit` for the entire codebase.
38
39
0 commit comments