From efa0d4859885a032f910a7a1c4fe56e8fa1d4ff9 Mon Sep 17 00:00:00 2001 From: leo <260626284+cameledev@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:15:40 +0100 Subject: [PATCH] revert readme change --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a845162..efbcc9a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,9 +57,7 @@ It is nice to add information about the purpose of the pull request to help revi ### Don't forget to: - check your commits - check the linting: `make lint && make frontend-lint` -- check the tests: - - backend: `make test` - - summary: `make test-summary` +- check the tests: `make test` - add a changelog entry Once all the required tests have passed, you can request a review from the project maintainers.