From d822f18d5ed347e18e8a6b13cc1aaa3653c8f710 Mon Sep 17 00:00:00 2001 From: Irina <88165529+imtone1@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:58:30 +0200 Subject: [PATCH] docs: update quote guidelines (imtone1) (#4772) * Create finnish.json * Update finnish.json * Update finnish.json * added to Quote guidelines mention about pull request naming and and translations * Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a556ec06e..d73bf13d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,6 +73,9 @@ 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`. + (If you want to contribute quotes but don't know how, check [QUOTES.md](./QUOTES.md))