From 0bbfbb48a31e72814da16cc44a8e0288371d4e9d Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Tue, 28 Nov 2023 22:13:04 +0800 Subject: [PATCH] docs: fix typos and grammar (LifeAdventurer) (#4818) --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d73bf13d2..bc69e4d4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ ## Getting Started -When contributing to Monkeytype, it's good to know our best practices, tips, and tricks. First, Monkeytype is written in ~~JavaScript~~ TypeScript, CSS, and HTML (in order of language usage within the project); thus, we assume you are comfortable in these languages or have basic knowledge of them. Our backend is in NodeJS and we use MongoDB to store our user data. Firebase is used for authentication. Redis is used to store ephemeral data (daily leaderboards, jobs via BullMQ, OAuth state parameters). Furthermore, we use Prettier to format our code. +When contributing to Monkeytype, it's good to know our best practices, tips, and tricks. First, Monkeytype is written in ~~JavaScript~~ TypeScript, CSS, and HTML (in order of language usage within the project); thus, we assume you are comfortable with these languages or have basic knowledge of them. Our backend is in NodeJS and we use MongoDB to store our user data. Firebase is used for authentication. Redis is used to store ephemeral data (daily leaderboards, jobs via BullMQ, OAuth state parameters). Furthermore, we use Prettier to format our code. ## How to Contribute @@ -22,7 +22,7 @@ If you're looking to make deeper code changes that affect functionality, or will ## Standards and Guidelines -Below are a set of general guidelines for different types of changes. +Below is a set of general guidelines for different types of changes. ### Pull Request Naming Guidelines @@ -73,8 +73,8 @@ Before submitting a theme make sure... - Verify the `length` property is correct (length of the text in characters) - Verify the `id` property is incremented correctly - Please do not add extremely short quotes (less than 60 characters) -- For quotes not in English, please include translations of quotes in description of your Pull request. This assists in the verification process to ensure the integrity of the quotes. -- Remember to name you pull request properly. For example, if you are adding new quotes for the language `French`, your pull request should be named `impr(quotes): add French quotes`. +- For quotes not in English, please include translations of quotes in the description of your pull request. This assists in the verification process to ensure the integrity of the quotes. +- Remember to name your pull request properly. For example, if you are adding new quotes for the language `French`, your pull request should be named `impr(quotes): add French quotes`. (If you want to contribute quotes but don't know how, check [QUOTES.md](./QUOTES.md))