From 1c49f3a9226bec206b74eda06d543a4f8ddc7e41 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Fri, 6 Mar 2020 11:46:49 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88f98472..b1ea8c3e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,19 @@ See something that needs fixing? Got an idea for a new feature? Contribute! - Create a PR - Have fun! +## Create a Pull Request + +1. Fork it +2. Clone it to your local system +3. Make a new branch +4. Make your changes +5. Push it back to your repo +6. From the Github UI, Click the Compare & pull request button + + NOTE: this button will be present for some period of time after 5. If the button no longer there, Create pull request and select the branches manually) +6. From the Github UI, Click Create pull request to open a new pull request +7. Detailed steps with example here: + ## Project structure `src` contains the source code