You'll find extensive information about Git commit conventions on the [reference documentation website](https://orange-opensource.gitlab.io/tbc/doc/dev/workflow/#git-commit-guidelines).
You'll find extensive information about Git commit conventions on the [reference documentation website](https://to-be-continuous.gitlab.io/doc/dev/workflow/#git-commit-guidelines).
### Coding Guidelines
The extensive _to be continuous_ coding guidelines can be found on the [reference documentation website](https://orange-opensource.gitlab.io/tbc/doc/dev/guidelines/).
The extensive _to be continuous_ coding guidelines can be found on the [reference documentation website](https://to-be-continuous.gitlab.io/doc/dev/guidelines/).
| `K6_IMAGE` | The Docker image used to run k6 | `loadimpact/k6:latest` |
| `K6_IMAGE` | The Docker image used to run k6 | `registry.hub.docker.com/loadimpact/k6:latest` |
| `K6_TESTS_DIR` | The k6 tests directory | `k6` |
| `K6_EXTRA_ARGS` | k6 extra [command-line](https://k6.io/docs/getting-started/running-k6) | _none_ |
| `REVIEW_ENABLED` | Set to `true` to enable k6 tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) |