Skip to content

Commit

Permalink
docs: add missing heading to commit message section (#8079)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jun 28, 2022
1 parent 42c9543 commit 7844442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [Parse Error](#parse-error)
- [Parse Server Configuration](#parse-server-configuration)
- [Pull Request](#pull-request)
- [Commit Message](#commit-message)
- [Breaking Change](#breaking-change)
- [Merging](#merging)
- [Breaking Change](#breaking-change-1)
Expand Down Expand Up @@ -305,6 +306,8 @@ Introducing new [Parse Server configuration][config] parameters requires the fol

## Pull Request

### Commit Message

For release automation, the title of pull requests needs to be written in a defined syntax. We loosely follow the [Conventional Commits](https://www.conventionalcommits.org) specification, which defines this syntax:

```
Expand Down

0 comments on commit 7844442

Please sign in to comment.