diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ace9d19a6..53cbbaf56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -170,8 +170,10 @@ Please run your code through: ```bash # Clone your fork of the repo into the current directory git clone https://github.com/sendgrid/sendgrid-nodejs + # Navigate to the newly cloned directory cd sendgrid-nodejs + # Assign the original repo to a remote called "upstream" git remote add upstream https://github.com/sendgrid/sendgrid-nodejs ``` @@ -220,4 +222,4 @@ If you have any additional questions, please feel free to [email](mailto:dx@send ## Code Reviews -If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, Github has some [great information on how to review a Pull Request](https://help.github.com/articles/about-pull-request-reviews/). \ No newline at end of file +If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, Github has some [great information on how to review a Pull Request](https://help.github.com/articles/about-pull-request-reviews/).