From 88ad68069c75ec6b16d9070eb7ed3325d2c9ee34 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 23 Mar 2022 14:15:46 +0100 Subject: [PATCH] :books: Update contributing file --- CONTRIBUTING.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f716777a1..d28328cca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,12 +93,24 @@ More info: Each commit should have: - A concise subject using imperative mood. -- The subject should have capitalized the first letter and without - period at the end. +- The subject should have capitalized the first letter, without period + at the end and no larger than 65 characters. - A blank line between the subject line and the body. - An entry on the CHANGES.md file if applicable, referencing the github or taiga issue/user-story using the these same rules. +Examples of good commit messags: + +- :bug: Fix unexpected error on launching modal +- :bug: Set proper error message on generic error +- :sparkles: Enable new modal for profile +- :zap: Improve performance of dashboard navigation +- :wrench: Update default backend configuration +- :books: Add more documentation for authentication process +- :ambulance: Fix critical bug on user registration process +- :tada: Add new approach for user registration + + ## Code of conduct ## As contributors and maintainers of this project, we pledge to respect