From 01b361fd3cb783a9b3cad3f0fbb89037a8524506 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 24 Feb 2023 14:58:56 +0100 Subject: [PATCH] Fix minor issue on contributing.md rendering output --- CONTRIBUTING.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5093f9021e..ae27a01353 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,14 +101,14 @@ Each commit should have: Examples of good commit messages: -- :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 +- `: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 ##