diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02c2da67003..4c55ffe2140 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,12 +40,6 @@ Commit Guidelines - Prefix commit titles with the `name`, followed by a colon and a space. So for example, if you are modifying the alias system: -- Commit title should be entirely in lowercase with the exception of proper - nouns, acronyms, and the words that refer to code, like function/variable names - -- If fixing issue, use `Closes` or `Fixes` keywords in commit description to - link with issue or idea - `alias: fix bug with parsing` Or for donationalerts.ru integration: @@ -56,6 +50,12 @@ Commit Guidelines `chore: update CONTRIBUTING.md` +- Commit title should be entirely in lowercase with the exception of proper + nouns, acronyms, and the words that refer to code, like function/variable names + +- If fixing issue, use `Closes` or `Fixes` keywords in commit description to + link with issue or idea + Example of full commit message: ```text