diff --git a/good_practices.md b/best_practices.md
similarity index 97%
rename from good_practices.md
rename to best_practices.md
index e207fb534ea9eba85a810a512c02a39bd9d3b970..2ee462cba34902476a1e4f02f3a869643e48a54f 100644
--- a/good_practices.md
+++ b/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/forks.md b/forks.md
index 79ad368dd32de4c7afb9e3b9575c7f64e5cc933b..3fc815cbb52a264033276b9d41d3a4f0a7ecda1c 100644
--- a/forks.md
+++ b/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/list.json b/list.json
index aac607913875379e15fa4a0b151a9b4dd0d3a81f..3dd91a69ad4768b5ea07c3f8da6cea90a0377624 100644
--- a/list.json
+++ b/list.json
@@ -54,7 +54,7 @@
         }
     },
     {
-        "filename": "good_practices.md",
+        "filename": "best_practices.md",
         "attr": {
           "data-background": "../img/whiteBG.jpg"
         }