Skip to content

Commit 204fd90

Browse files
othaime-enkrakxn
andauthored
Update CONTRIBUTING.md
Co-authored-by: AN ❦ <[email protected]>
1 parent fa6943a commit 204fd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Never made an open-source contribution before? Wondering how contributions work
66

77
- 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`.
88

9-
- Clone the forked repository to your local machine using `git clone https://github.com/github-username/repository-name.git`.
9+
- 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.
1010

11-
- Create a new branch for your fix using `git checkout -b branch-name-here`.
11+
- Create a new branch for your fix using `git checkout -b branch-name-here`. E.g `git checkout -b main`
1212

1313
- Make the appropriate changes for the issue you are trying to address or the feature that you want to add.
1414

0 commit comments

Comments
 (0)