Skip to content

Commit 7844442

Browse files
authored
docs: add missing heading to commit message section (#8079)
1 parent 42c9543 commit 7844442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [Parse Error](#parse-error)
2121
- [Parse Server Configuration](#parse-server-configuration)
2222
- [Pull Request](#pull-request)
23+
- [Commit Message](#commit-message)
2324
- [Breaking Change](#breaking-change)
2425
- [Merging](#merging)
2526
- [Breaking Change](#breaking-change-1)
@@ -305,6 +306,8 @@ Introducing new [Parse Server configuration][config] parameters requires the fol
305306

306307
## Pull Request
307308

309+
### Commit Message
310+
308311
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:
309312

310313
```

0 commit comments

Comments
 (0)