Skip to content

Commit e60d665

Browse files
author
Crystal Tenn
committed
change repo root folder
1 parent d038cf2 commit e60d665

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These are one time installations required to be able to test your changes locall
3333

3434
1. Install [Node.js](https://nodejs.org/en/download/) for your platform
3535
1. Install [VS Code](https://code.visualstudio.com/download) for your platform
36-
1. Install the dependencies. From the repository root (`~/vscode`) run:
36+
1. Install the dependencies. From the repository root run:
3737

3838
```bash
3939
npm i
@@ -134,7 +134,7 @@ If you don't see `vscode-github-actions` and `languageservices`, please go to `P
134134
## Submitting a pull request
135135

136136
1. [Fork][fork] and clone the repository
137-
1. Configure and install the dependencies (in the main root folder `~/vscode`): `npm i`
137+
1. Configure and install the dependencies (in the repository root folder): `npm i`
138138
1. Create a new branch: `git checkout -b my-branch-name`
139139
1. Make your change, add tests, and make sure the tests and linter still pass
140140
1. Push to your fork and [submit a pull request][pr]

0 commit comments

Comments
 (0)