You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Never made an open-source contribution before? Wondering how contributions work
6
6
7
7
- 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`.
8
8
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.
10
10
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`
12
12
13
13
- Make the appropriate changes for the issue you are trying to address or the feature that you want to add.
0 commit comments