From d24195460bcd4f7f3dd893d938a8eebe41370ccd Mon Sep 17 00:00:00 2001 From: Rob Pelger <4869909+pelgerr@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:33:23 -0400 Subject: [PATCH] update: change step 4 repo URL to forked repo (#61) --- development/contribution-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/contribution-guide.mdx b/development/contribution-guide.mdx index cfaeecf..0bfee27 100644 --- a/development/contribution-guide.mdx +++ b/development/contribution-guide.mdx @@ -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.