|
1 | 1 | # How do I make a contribution? |
2 | 2 |
|
3 | | -Never made an open source contribution before? Wondering how contributions work in the in our project? Here's a quick rundown! |
| 3 | +Never made an open source contribution before? Wondering how contributions work in this project? Here's a quick rundown! |
4 | 4 |
|
5 | | -- Find an issue that you are interested in addressing or a feature that you would like to add. |
| 5 | +- Find an issue that you want to address or a feature that you would like to add. |
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 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`. |
10 | 10 |
|
11 | 11 | - Create a new branch for your fix using `git checkout -b branch-name-here`. |
12 | 12 |
|
|
0 commit comments