Skip to content

Commit

Permalink
Merge pull request #6636 from skushagra9/patch-1
Browse files Browse the repository at this point in the history
Update contributor_guidelines.md
  • Loading branch information
limzykenneth committed Dec 16, 2023
2 parents 7a36657 + b84f48e commit 7092bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributor_docs/contributor_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ At this point you should be minimally familiar with working with the command lin

Once the fork is created, navigate to your fork's page and copy the git URL by clicking the green "Code" button. It should look something like `https://github.com/limzykenneth/p5.js.git`.

Next go to the command line in your local environment and close this git repository. "Clone" simply means download a copy of the repo to your local machine. Run the following command in a folder where you want to store the p5.js source code folder.
Next go to the command line in your local environment and clone this git repository. "Clone" simply means download a copy of the repo to your local machine. Run the following command in a folder where you want to store the p5.js source code folder.

```
git clone [git_url]
Expand Down Expand Up @@ -246,4 +246,4 @@ Once a steward has reviewed your PR, one of two things may happen: 1. Your PR is

If changes are requested of your PR and you are able to make those changes, follow the [same process as before](#git-workflow) but just continue from your local copy of the repo and relevant branch, make those changes, commit them into git, and push them to your forked remote repo. Once you have pushed additional commits to your forked remote repo, you will see that the new commits automatically show up in the PR. Leave a comment in the PR to let the reviewer know you have made the changes requested and if no additional changes are needed, your PR will be merged!

---
---

0 comments on commit 7092bf9

Please sign in to comment.