From 5d2f39cddecaf8af5dd461e05f5b2dba50467d73 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 9 Feb 2024 19:39:52 +0100 Subject: [PATCH] Doc: Update documentation how to make commit message By writing more in the style we need for the changelog, we avoid requiring lots of work when making a changelog. --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++ CODINGSTYLE.md | 67 +++++++++++++++++++++----------- 2 files changed, 54 insertions(+), 23 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a492089f0b..c4bf40139b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,13 @@ + + ## Motivation / Problem