From 3ceb80ea8afabd11fefe800451e669c0b14e35b7 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 28 Feb 2022 10:45:24 +0100 Subject: [PATCH] Revert "Add line breaks in CONTRIBUTING.md" This reverts commit b5de295fbd7b9f97fdf6c65ea1eaa5c6dae4afa9. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f689852093..341ffcd0fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,9 +48,9 @@ $ git checkout -b [name_of_your_new_branch] $ git push origin [name_of_your_new_branch] ``` -5. Submit your changes for review +5. Submit your changes for review If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. -6. Start a Pull Request +6. Start a Pull Request Now submit the pull request and click on `Create pull request`. 7. Get a code review approval/reject 8. After approval, merge your PR