From e58de06da97fb53d71a402003a5dd82a64ed5b5e Mon Sep 17 00:00:00 2001 From: Dan Kortschak <90160302+efd6@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:50:39 +0930 Subject: [PATCH] github: give greater instructions for commit messages (#7904) This brings the commit message section of the PULL_REQUEST_TEMPLATE.md into line with the text used in the beats repository. --- .github/PULL_REQUEST_TEMPLATE.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 09e0f95cd18..ba9be260a2a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,10 +6,25 @@ Please label this PR with one of the following labels, depending on the scope of - Deprecation --> -## What does this PR do? +## Proposed commit message ## Checklist @@ -24,7 +39,7 @@ Explain here the changes you made on the PR. -- [ ] +- [ ] ## How to test this PR locally @@ -42,7 +57,7 @@ Link related issues below. Insert the issue link or reference after the word "Cl - Requires #123 - Supersedes #123 --> -- +- ## Screenshots