From 7844442840ed0dd86a2c572465d6f6ba6d4e8e22 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Tue, 28 Jun 2022 10:03:40 +0200 Subject: [PATCH] docs: add missing heading to commit message section (#8079) --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6cb8ef9f..76e325e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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: ```