From 30a01eb02952e8dfa7d6934e026e1e4364a364bb Mon Sep 17 00:00:00 2001 From: Flavio Junqueira Date: Wed, 1 Aug 2018 13:59:03 +0200 Subject: [PATCH] Issue 2752: Update PR template to give some hints on the different sections (#2753) Updated the PR template to give hints on the different sections of the description. Signed-off-by: Andrei Paduroiu --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d61d58ae8ee..accebf2340c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,11 @@ -**Change log description** +**Change log description** +(2-3 concise points about the changes in this PR. When committing this PR, the committer is expected to copy the content of this section to the merge description box) -**Purpose of the change** +**Purpose of the change** +(_e.g._, Fixes #666, Closes #1234) -**What the code does** +**What the code does** +(Detailed description of the code changes) -**How to verify it** +**How to verify it** +(Optional: steps to verify that the changes are effective)