You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,18 +95,18 @@ Here's how to get started with your code contribution:
95
95
b. source .venv/bin/activate
96
96
c. pip install --group dev
97
97
98
-
4. If you need a development environment, run `invoke devenv`. Note: this relies on docker compose to build environments, and assumes that you have a version supporting [docker profiles](https://docs.docker.com/compose/profiles/).
99
-
5. While developing, make sure the tests pass by running `invoke tests`
98
+
4. If you need a development environment, run `make devenv`. Note: this relies on docker compose to build environments, and assumes that you have a version supporting [docker profiles](https://docs.docker.com/compose/profiles/).
99
+
5. While developing, make sure the tests pass by running `make tests`
100
100
6. If you like the change and think the project could use it, send a
101
101
pull request
102
102
103
-
To see what else is part of the automation, run `invoke -l`
103
+
To see what else is part of the automation, run `make help`
104
104
105
105
## The Development Environment
106
106
107
-
Running `invoke devenv` starts all of the dockers used by this
107
+
Running `make devenv` starts all of the dockers used by this
108
108
project, and leaves them running. These can be easily cleaned up with
109
-
`invoke clean`. NOTE: it is assumed that the user running these tests,
109
+
`make clean`. NOTE: it is assumed that the user running these tests,
0 commit comments