Skip to content

Commit

Permalink
chore: fix CONTRIBUTING lines order
Browse files Browse the repository at this point in the history
[skip-tests]
  • Loading branch information
sogehige committed Feb 7, 2019
1 parent ec7d3fc commit 2198c07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2198c07

Please sign in to comment.