Skip to content

Commit 8f18145

Browse files
committed
add setup instruction to contributing guidelines
1 parent 12dcf95 commit 8f18145

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33
You *always* want to look at this file **before** contributing. In here you
44
should find steps that you need to take to set up your development environment
55
as well as instructions for coding standards and contribution guidelines.
6+
7+
8+
## Setup instructions
9+
First of all, this is a Visual Studio Code extension that uses TypeScript and tools based on [Node.js](https://nodejs.org/en/) with dependencies from npm. So you will need to have Node installed on your `$PATH`.
10+
1. Fork the repo
11+
2. Clone your fork
12+
3. Create a branch
13+
4. Run `npm install`
14+

0 commit comments

Comments
 (0)