From 84e6c7aef361256e2c7eeabfb6a6c644de9b04e8 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 10 Feb 2024 21:01:34 +0100 Subject: [PATCH] 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. --- .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