diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7f89e48065..af914f9c6d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -29,15 +29,9 @@ When `TYPE` can be:
- **fix** - a bug fix
- **refactor** - code change that neither fixes a bug nor adds a feature
-
-
**All PRs must include commit message with the changes description!**
-
-For the initial start, fork the project and use git clone command to download the repository to your computer
-
-
-### A standard procedure for working on an issue would be to:
+For the initial start, fork the project and use git clone command to download the repository to your computer. A standard procedure for working on an issue would be to:
1. `git pull`, before creating a new branch, pull the changes from upstream. Your master needs to be up to date.
```