Doc: Update documentation how to make commit message (#12046)

By writing more in the style we need for the changelog,
we avoid requiring lots of work when making a changelog.
This commit is contained in:
Patric Stout
2024-02-10 21:01:34 +01:00
committed by GitHub
parent 2f35a484fe
commit 84e6c7aef3
2 changed files with 54 additions and 23 deletions

View File

@@ -1,3 +1,13 @@
<!--
Commit message:
- Please use Feature / Add / Change / Fix for player-facing changes. E.g.: "Feature: My cool new feature".
- Please use Feature / Add / Change / Fix followed by "[NewGRF]" or "[Script]" for moddable changes. E.g.: "Feature: [NewGRF] My cool new NewGRF addition".
- Please use Codechange / Codefix for developer-facing changes. E.g.: "Codefix #1234: Validate against nullptr properly".
See https://github.com/OpenTTD/OpenTTD/blob/master/CODINGSTYLE.md#commit-message for more details.
-->
## Motivation / Problem
<!--