From fda0f162171585891d7865bc7bd5e49255b4564b Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Mon, 23 Jul 2018 22:08:18 -0700 Subject: [PATCH] PR's should provide motivation & context first It's often necessary to understand why a change is made, before understanding the exact changes that are made. Context provides background, which by definition is necessary to understand prior to the substance of the Pull Request. Change the PR template to request "Motivation and Context" first, before "Description". Reviewed-by: Giuseppe Di Natale Reviewed-by: Brian Behlendorf Signed-off-by: Matthew Ahrens Closes #7737 --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 63a3e0f275..826da9393c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,13 +5,13 @@ Documentation on ZFS Buildbot options can be found at https://github.com/zfsonlinux/zfs/wiki/Buildbot-Options --> -### Description - - ### Motivation and Context +### Description + + ### How Has This Been Tested?