From c7bf932c9eb2fc9bc34c653c51bce1552d6afb54 Mon Sep 17 00:00:00 2001 From: Xavier Morel <xmo@odoo.com> Date: Mon, 26 Sep 2022 06:32:00 +0000 Subject: [PATCH] [FIX] core: use proper break (hr) in PR template footer A "thematic break"[1] is composed of 3 or more characters (-, _, or *). The current separator using only 2 characters between the main body of the PR and the footer / addendum makes it more difficult to interpret the message. Update to 3 so e.g. the mergebot can strip the footer. [1]: https://spec.commonmark.org/0.30/#thematic-breaks closes odoo/odoo#101072 Signed-off-by: Martin Trigaux (mat) <mat@odoo.com> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5c3b60e4a2ca..5e6ef7487cbd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,5 +7,5 @@ Desired behavior after PR is merged: --- +--- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr -- GitLab