We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c964c commit 6b5f69aCopy full SHA for 6b5f69a
CONTRIBUTING.md
@@ -2,6 +2,13 @@
2
3
See the [README](https://github.com/discord/discord-api-docs/blob/main/README.md) for licensing and legal information.
4
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
12
## Types of Changes
13
14
### Wanted Changes
0 commit comments