From 63c5a598d4dbdd6a6a9b15bab4df8ebadadd2aee Mon Sep 17 00:00:00 2001 From: Joyal George K J <144530321+joyalgeorgekj@users.noreply.github.com> Date: Tue, 12 May 2026 19:22:58 +0530 Subject: [PATCH] Add submission review note for test procedures Added a note about reviewing test procedures before submission. --- using/solving-exercises/working-locally.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/using/solving-exercises/working-locally.md b/using/solving-exercises/working-locally.md index 992675cb..dc82e646 100644 --- a/using/solving-exercises/working-locally.md +++ b/using/solving-exercises/working-locally.md @@ -45,6 +45,11 @@ Depending on the track, there might be other files that the track tooling requir ## Submitting your Solution +~~~~exercism/note +**Before you submit:** Review how tests work for your chosen language to avoid common errors. +You can find these by navigating to [Tracks](https://exercism.org/docs/tracks/), selecting your language, and clicking **Testing on the [language] track** in the sidebar. +~~~~ + Once your solution passes all the tests, you can submit your solution using the following command: ```