diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 718dd8f1a..f80939991 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,4 @@ -# NOT READY FOR REVIEW -_[edit above to reflect status]_ - -## Summary +# Summary _[briefly summarize the changes here. TL;DR - what's this PR for?]_ ## Need Review By (Date) @@ -14,6 +11,8 @@ _['low', 'medium', 'high', etc.]_ 1. _[First testing step]_ 2. ... +# Review Tasks + ## Backend / Functional Validation ### Code - [ ] Are the naming conventions following our standards? @@ -28,6 +27,6 @@ _['low', 'medium', 'high', etc.]_ - [ ] Is all [user input properly sanitized when rendered](https://www.drupal.org/docs/8/security/drupal-8-sanitizing-output)? - [ ] Any obvious [security flaws or new areas for attack](https://www.drupal.org/docs/8/security)? -## General +### General - [ ] Is there anything included in this PR that is not related to the problem it is trying to solve? - [ ] Is the approach to the problem appropriate?