From afd81af18912e823fa536ec839c698fd20525b54 Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 30 Oct 2024 22:00:36 +0300 Subject: [PATCH] docs: I wrote a few words about testing the project --- docs/getting-started/contributing.md | 2 ++ 1 file changed, 2 insertions(+) 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