From 519798d9cdbd06ab1aae502bf09520e50c3dfdbe Mon Sep 17 00:00:00 2001 From: ayntee Date: Mon, 22 Mar 2021 10:20:52 +0400 Subject: [PATCH] docs(CONTRIBUTING): format file --- .github/CONTRIBUTING.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 001aac40a..b01dc0335 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -57,9 +57,11 @@ Examples of bad PR title: - Must use camel case - Do not allow `null` -- Each field or property must be accompanied with a reasonable JSDoc comment just above it. +- Each field or property must be accompanied with a reasonable JSDoc comment + just above it. - These typings should be kept in the file with the function. -- "Discordeno types" should be accompanied at the end of the file in which the type is used. +- "Discordeno types" should be accompanied at the end of the file in which the + type is used. Example: @@ -84,8 +86,10 @@ export interface EditMemberOptions { 2. Discord Types -- Must use snake case (or whatever discord uses. Everything here should be in accordance with Discord API documentation) -- Each field or property must be accompanied with a reasonable JSDoc comment just above it. +- Must use snake case (or whatever discord uses. Everything here should be in + accordance with Discord API documentation) +- Each field or property must be accompanied with a reasonable JSDoc comment + just above it. - "Discord types" must be inside of the `types` module (src/types). - The name of the type must be prefixed with `Discord`.