From effe037e1907a098103148a099dda87213b71df6 Mon Sep 17 00:00:00 2001 From: CodeMaster7000 <95772109+CodeMaster7000@users.noreply.github.com> Date: Sat, 7 Jan 2023 13:32:55 +0000 Subject: [PATCH] Update CONTRIBUTING.md Signed-off-by: CodeMaster7000 <95772109+CodeMaster7000@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6cb513..bf21f43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ We love your input! We want to make contributing to this project as easy and tra ### Making a PR > - Make sure you have been assigned the issue to which you are making a PR. -> - If you make PR before being assigned, It may be labeled `invalid` and closed without merging. +> - If you make PR before being assigned, It may be labelled `invalid` and closed without merging. - Fork the repo and clone it on your machine. - Add a upstream link to main branch in your cloned repo @@ -27,7 +27,7 @@ We love your input! We want to make contributing to this project as easy and tra - Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes) ```sh - git pull upstream master + git pull upstream dev ``` - Create your feature branch