Skip to content

Commit 5d82e60

Browse files
authored
Update contributing.md
1 parent 95f921d commit 5d82e60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## Setup
44

5-
1. Clone repo
5+
1. Fork this repo
66
2. Install Java >= 11
77
3. Install NPM
88
4. `npm install` to install dependencies.
99
5. `npm run textMate` first time and every time grammar is changed.
1010
6. `npm run antlr4ts` first time and every time grammar is changed.
1111
7. (Optional) Install [ANTLR4 grammar syntax support](https://marketplace.visualstudio.com/items?itemName=mike-lischke.vscode-antlr4) VSCode extension.
1212

13+
To contribute, you'll need to [create a pull request from a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork).
14+
1315
## Debugging Language Server
1416

1517
* Use the Client + Server launch configuration.

0 commit comments

Comments
 (0)