From edd5592dcabe8f69458ed08d585f0ca7d46eb5d8 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 25 Jan 2023 01:37:19 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f75b312b..f46b17e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,15 +32,18 @@ Yes or no, it depends on what you will try to do. Since I don't want to waste yo Here are some references: ✅ Usually Accept: -- Bug/Security fix +- Bug fix +- Security fix - Adding notification providers +- Adding new language files (You should go to https://weblate.kuma.pet for existing languages) +- Adding new language keys: `$t("...")` ⚠️ Discussion First - Large pull requests - New features ❌ Won't Merge -- Translations (You can now translate on https://weblate.kuma.pet) +- A dedicated pr for translating existing languages (You can now translate on https://weblate.kuma.pet) - Do not pass auto test - Any breaking changes - Duplicated pull request