From 62398b7defde18fc2d727d4463a46a54b4e63649 Mon Sep 17 00:00:00 2001 From: tomasv <124552709+tomasvana10@users.noreply.github.com> Date: Sun, 26 May 2024 16:36:56 +1000 Subject: [PATCH] Update CONTRIBUTING.md FIx ordered list numbers --- CONTRIBUTING.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 623062d23..5aeeed086 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,25 +6,25 @@ When contributing to this project, you must agree that you have authored 100% of Then, submit a pull request: 1. Create a fork of crossword_puzzle -3. Clone your fork locally on your computer (requires git): +2. Clone your fork locally on your computer (requires git): ``` git clone https://github.com//crossword_puzzle.git cd crossword_puzzle ``` -4. Make a new branch: +3. Make a new branch and switch to it: ``` git checkout -b ``` -3. Make your changes, for example: +4. Make your changes, for example: ``` git rm requirements.txt git add . git commit -m "Removed requirements.txt" ``` -4. Push the changes you have made to your repo: +5. Push the changes you have made to your repo: ``` git push --set-upstream origin ``` @@ -33,10 +33,8 @@ Or, you can try git push remote origin ``` -5. Create a pull request: +6. Create a pull request: - Navigate to your repo's main page - Go to pull requests - Set the "compare" option to your new branch name - Add some information and submit your changes - -