diff --git a/index.html b/index.html
index 726c02010fe97e0970c2c80fc2732a2419da38b6..baae7a5dde559de7ca56b6f924ccb822499633da 100644
--- a/index.html
+++ b/index.html
@@ -133,7 +133,7 @@
                         
     <section data-separator="^\n\n\n"
              data-vertical="^\n\n"
-             data-background="../img/whiteBG.jpg" data-markdown="slides/good_practices.md"></section>
+             data-background="../img/whiteBG.jpg" data-markdown="slides/best_practices.md"></section>
 
 
                     
diff --git a/slides/good_practices.md b/slides/best_practices.md
similarity index 97%
rename from slides/good_practices.md
rename to slides/best_practices.md
index e207fb534ea9eba85a810a512c02a39bd9d3b970..2ee462cba34902476a1e4f02f3a869643e48a54f 100644
--- a/slides/good_practices.md
+++ b/slides/best_practices.md
@@ -1,4 +1,4 @@
-## Good practices
+## Best practices
 
 * `clone` a repository, do not download the `.zip` file.
 * `pull` before `push`
diff --git a/slides/forks.md b/slides/forks.md
index 79ad368dd32de4c7afb9e3b9575c7f64e5cc933b..3fc815cbb52a264033276b9d41d3a4f0a7ecda1c 100644
--- a/slides/forks.md
+++ b/slides/forks.md
@@ -77,4 +77,6 @@ $ git push origin master
 
 ## Pull/Merge Requests
 
-How to submit a Pull or Merge Request (PR or MR)
+**Good news!**
+
+Same procedure as with merging a branch...
diff --git a/slides/list.json b/slides/list.json
index aac607913875379e15fa4a0b151a9b4dd0d3a81f..3dd91a69ad4768b5ea07c3f8da6cea90a0377624 100644
--- a/slides/list.json
+++ b/slides/list.json
@@ -54,7 +54,7 @@
         }
     },
     {
-        "filename": "good_practices.md",
+        "filename": "best_practices.md",
         "attr": {
           "data-background": "../img/whiteBG.jpg"
         }