diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 22f723dca..d03f13f85 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -54,7 +54,8 @@ Examples of bad PR title: ## Types Guide - Must use snake case (according to Discord API). -- Each field or property must be accompanied with a reasonable JSDoc comment right above its type definition. +- Each field or property must be accompanied with a reasonable JSDoc comment + right above its type definition. - The name of the type must be prefixed with `Discord`. - Must be placed inside of the types module (in `src/types` directory).