From adbd338d6d29fb29290b94d49bf84f41ceed9d6c Mon Sep 17 00:00:00 2001 From: teor Date: Sat, 31 Oct 2020 07:42:04 +1000 Subject: [PATCH] Add Review and Follow Up to PR Template (#1235) * Add review guidelines to the default PR template * Apply suggestions Co-authored-by: teor * Add a Follow Up Work section to the PR template * Mention design RFCs in the PR template * Put key PR review questions in bold * Tweak PR review "skip task" process * Update .github/pull_request_template.md Co-authored-by: teor * Shorter alternative pull request template Add Review and Follow Up sections Add a checklist for documentation and tests Co-authored-by: Alfredo Garcia Co-authored-by: Jane Lusby --- .github/pull_request_template.md | 33 +++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c90b99e6..9b4bdcdd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,6 @@ @@ -10,9 +8,9 @@ Contributors guide: https://zebra.zfnd.org/CONTRIBUTING.html ## Motivation ## Solution @@ -20,9 +18,30 @@ thought of as being the motivation for your change. + +The code in this pull request has: + - [ ] Documentation Comments + - [ ] Unit Tests and Property Tests + +## Review + + ## Related Issues + + +## Follow Up Work + +