Skip to content

Commit

Permalink
update: change step 4 repo URL to forked repo (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelgerr authored Aug 13, 2024
1 parent 2211b51 commit d241954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/contribution-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Never made an open source contribution before? Wondering how contributions work
1. Sign up for a GitHub account.
2. Find an issue you are interested in addressing, or a feature you would like to add.
3. Fork the repository associated with the issue to your GitHub account. This means that you will have a copy of the repository under `your-GitHub-username/GP2040-CE`.
4. Clone the repository to your local machine using `git clone https://github.com/OpenStickCommunity/GP2040-CE`
4. Clone the repository to your local machine using `git clone https://github.com/your-GitHub-username/GP2040-CE`
5. If you’re working on a new feature consider opening an issue to talk with us about the work you’re about to undertake.
6. Create a new branch for your fix using `git checkout -b branch-name-here`.
7. Make the appropriate changes for the issue you are trying to address or the feature that you want to add.
Expand Down

0 comments on commit d241954

Please sign in to comment.