From 342c164366695f77436297c836d4a490e18cfb0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gw=C3=A9na=C3=ABl=20Ruelland?= <5782559+sultan@users.noreply.github.com> Date: Sun, 18 Dec 2022 18:51:53 +0100 Subject: [PATCH] [MNG-7643] Each atomic task should have its own bullet --- .github/pull_request_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b4a4f83334..bb2549a45f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,9 +6,10 @@ contribution quickly and easily: require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. - [ ] Each commit in the pull request should have a meaningful subject line and body. - - [ ] Format the pull request title like `[MNG-XXX] SUMMARY`, where you replace `MNG-XXX` - and `SUMMARY` with the appropriate JIRA issue. Best practice is to use the JIRA issue - title in the pull request title and in the first line of the commit message. + - [ ] Format the pull request title like `[MNG-XXX] SUMMARY`, + where you replace `MNG-XXX` and `SUMMARY` with the appropriate JIRA issue. + - [ ] Also format the first line of the commit message like `[MNG-XXX] SUMMARY`. + Best practice is to use the JIRA issue title in both the pull request title and in the first line of the commit message. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.