Update CONTRIBUTING.md

Co-authored-by: AN ❦ <108299225+krakxn@users.noreply.github.com>
This commit is contained in:
othaime-en 2022-10-08 09:48:40 +01:00 committed by GitHub
parent fa6943a6aa
commit 204fd90e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ Never made an open-source contribution before? Wondering how contributions work
- Fork the repository associated with the issue to your local GitHub organization. This means that you will have a copy of the repository under `your-GitHub-username/repository-name`.
- Clone the forked repository to your local machine using `git clone https://github.com/github-username/repository-name.git`.
- Clone the forked repository to your local machine using `git clone https://github.com/github-username/repository-name.git`. E.g. for a repo named "xyzRepo", the user can run https://github.com/github-username/xyzRepo.git.
- Create a new branch for your fix using `git checkout -b branch-name-here`.
- Create a new branch for your fix using `git checkout -b branch-name-here`. E.g `git checkout -b main`
- Make the appropriate changes for the issue you are trying to address or the feature that you want to add.