From 5128c796d9771111fb460b4fb59efbb9c508cd74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= <timothee.floure@posteo.net>
Date: Wed, 18 Sep 2019 15:58:09 +0200
Subject: [PATCH] Put emphasis on some important grading info

---
 week1/00-grading-and-submission.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/week1/00-grading-and-submission.md b/week1/00-grading-and-submission.md
index 4f7b986..5eb663d 100644
--- a/week1/00-grading-and-submission.md
+++ b/week1/00-grading-and-submission.md
@@ -6,7 +6,7 @@ Each assignment is shipped with two sets of tests:
   * The grading tests, provided as a 'black box': you can run them
     but are not allowed to the their content. You can run them locally (= on
     your computer) with the `runGradingTests` SBT command. You will get the
-    full score if all the grading tests pass.
+    full score **if and only if** all the grading tests pass.
   * The tests defined under `src/test/scala`. They can be run with the `test`
     SBT command and you can - we encourage you to - add your owns.
 
@@ -68,10 +68,11 @@ support](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support).
 
 ### Submission
 
-You only have to make sure your commits are pushed on gitlab and that your code
-is properly graded in the CI: your branch will be automatically snapshotted
-under the `submission-$ASSIGNMENT` tag at the deadline. Note that you cannot
-create, delete or update the `submission-*` tags by yourself.
+You only have to make sure **your commits are pushed to gitlab** and that
+**your code is properly graded in the CI** (i.e. you get a grade): your branch
+will be automatically snapshotted under the `submission-$ASSIGNMENT` tag at the
+deadline. Note that you cannot create, delete or update the `submission-*` tags
+by yourself.
 
 ## Troubleshooting
 
-- 
GitLab