From acf0bd5753b03c0180169e9934b82d09ac3ae235 Mon Sep 17 00:00:00 2001 From: ayntee Date: Wed, 24 Mar 2021 21:49:23 +0400 Subject: [PATCH] style(docs/CONTRIBUTING): format file --- .github/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).