Skip to content

Commit 6b5f69a

Browse files
committed
chore: Added pre-requisites to CONTRIBUTING.md
Not sure if this is actually needed, doing a separate commit to ensure we can revert this easily.
1 parent 46c964c commit 6b5f69a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
See the [README](https://github.com/discord/discord-api-docs/blob/main/README.md) for licensing and legal information.
44

5+
## Pre-requisites
6+
7+
To contribute to the documentation, you need to have [Node.js](https://nodejs.org/en/download/) installed on your machine.
8+
The recommended version is the latest LTS version.
9+
After you install it, run `npm install` to install the required dependencies.
10+
This will setup a pre-commit hook to ensure that the changes you are commiting are formatted correctly.
11+
512
## Types of Changes
613

714
### Wanted Changes

0 commit comments

Comments
 (0)