Update CONTRIBUTING.md

This commit is contained in:
Will 2024-07-18 10:11:08 +01:00 committed by GitHub
parent e0b89f9f4e
commit a2ed11f40d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ The development environment is set up using Docker. To build the project, run th
Please ensure that your changes pass all existing tests and, if applicable, add new tests to cover your changes.
```bash
./dev/docker/bin/test.sh # append the test module path to test one module or test
./dev/docker/bin/test.sh # append the test module path to test one module or test method
```
### Documentation
@ -55,4 +55,4 @@ If you are ok to do it and you feel the feature you introduce or change requires
./docs/docker/bin/run-dev.sh
```
Thank you for contributing!
Thank you for contributing!