diff --git a/docs/getting-started/contributing.md b/docs/getting-started/contributing.md index 0586be7..7b2791b 100644 --- a/docs/getting-started/contributing.md +++ b/docs/getting-started/contributing.md @@ -18,7 +18,9 @@ git checkout 6. Submit a new Pull Request ### Testing +Before sending a Pull Request, test the functionality. Everything should work both in Docker Compose and without it. +It is recommended to use Debugger and Debug log for testing. The logging level is changed in `config.yaml` ### Code Style [`Pylint`][pylint], [`mypy`][mypy], [`eslint`][eslint] and [`prettier`][prettier] are used as code syntax checks