diff --git a/case-1-lint/README.md b/case-1-lint/README.md
index 3cc3b4303083ad3069bdceb3467769954624e2a8..9afee14104e9c1b9ae74146f4eabf0db403a60b2 100644
--- a/case-1-lint/README.md
+++ b/case-1-lint/README.md
@@ -1,8 +1,11 @@
-### Task Case 1 Lint:
-Fix the issues in the CI/CD pipeline and Python script by editing the files 
-within the `case-1-lint/` and and the corresponding CI jobs in `ci-configs/case-1-lint/` folders. Ensure the pipeline
-runs successfully and the Python code adheres to linting and formatting standards.
+# Task Case 1 Lint
 
-## Dont forget to uncomment the corresponding case section in the `.gitlab-ci.yml`, as well as correct stages specified!
+In this task, you are required to fix the issues in the CI/CD pipeline and the Python script. You will need to edit the files in the `case-1-lint/` directory and the corresponding CI jobs in the `ci-configs/case-1-lint/` directory. Ensure that the pipeline runs successfully and that the Python code adheres to linting and formatting standards.
 
-Try to run the code locally beofore and after, chekc that it is working even in the not linted version.
\ No newline at end of file
+## Important Notes:
+- **Don’t forget** to uncomment the corresponding case section in the `.gitlab-ci.yml` file.
+- Verify that the correct stages are specified in the configuration files.
+
+Additionally, make sure to test the code both **before** and **after** applying the linting fixes to ensure everything is working, even in the non-linted version.
+
+Good luck, wizard! 🧙‍♂️✨
diff --git a/case-2-test/README.md b/case-2-test/README.md
index 8a7e0b0bdf8037588f195cda2c0631747d3de68d..80d1d96ebd9193600d3b38cfedcf3012250526e6 100644
--- a/case-2-test/README.md
+++ b/case-2-test/README.md
@@ -1,6 +1,9 @@
-### Task Case 2 Test:
-Fix the issues in the CI/CD pipeline and Python script by editing the files 
-within the `case-2-test/` and the corresponding CI jobs in `ci-configs/case-2-test/` folders. Ensure the pipeline
-runs successfully and the Python code adheres to linting and formatting standards.
+# Task Case 2 Test
 
-## Dont forget to uncomment the corresponding case section in the `.gitlab-ci.yml`, as well as correct stages specified!
\ No newline at end of file
+In this task, you need to fix the issues in the CI/CD pipeline and the Python script. Edit the files in the `case-2-test/` directory and the corresponding CI jobs in the `ci-configs/case-2-test/` directory. Ensure the pipeline runs successfully and that the tests are executed with good coverage.
+
+## Important Notes:
+- **Don’t forget** to uncomment the corresponding case section in the `.gitlab-ci.yml` file.
+- Verify that the correct stages are specified in the configuration files.
+
+Good luck, wizard! 🧙‍♂️✨
diff --git a/case-3-build/README.md b/case-3-build/README.md
index f5853bf25808fada46fb9c5ab3652a3dafc8be04..c90030e480d86ca375a7e67d567405057b38f438 100644
--- a/case-3-build/README.md
+++ b/case-3-build/README.md
@@ -1,6 +1,11 @@
-### Task Case 3 Build:
-Fix the issues in the CI/CD pipeline and Python script by editing the files 
-within the `case-3-build/` and the corresponding CI jobs in `ci-configs/case-3-build/` folders, as well as the `Dockerfile` in the root of the repo. Ensure the pipeline
-runs successfully and the Python code adheres to linting and formatting standards.
+# Task Case 3 Build
 
-## Dont forget to uncomment the corresponding case section in the `.gitlab-ci.yml`, as well as correct stages specified!
\ No newline at end of file
+In this task, you need to fix the issues in the CI/CD pipeline, Python script, and `Dockerfile`. Edit the files in the `case-3-build/` directory and the corresponding CI jobs in the `ci-configs/case-3-build/` directory. Additionally, update the `Dockerfile` located in the root of the repository. Ensure the pipeline runs successfully, and that you can see the `Dockerfile` in the GitLab container registry. 
+
+If you're able to pull and run the Docker container locally, extra kudos to you! 🎉
+
+## Important Notes:
+- **Don’t forget** to uncomment the corresponding case section in the `.gitlab-ci.yml` file.
+- Verify that the correct stages are specified in the configuration files.
+
+Good luck, wizard! 🧙‍♂️✨