From 373140d3d1bb46495ea086510c341e786639e6ff Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Thu, 9 Jan 2020 08:05:26 -0600 Subject: [PATCH] Add documentation for PR expectations [ci skip] (#5106) This change ideally reminds contributors to take steps that make code review easier on DEV maintainers. --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8d3942f35..ab930a3e6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,16 @@ - + + For a timely review/response, please avoid force-pushing additional + commits if your PR already received reviews or comments. + + Before submitting a Pull Request, please ensure you've done the following: + - Read the DEV Contributing Guide and the Code of Conduct + - Provided tests for your changes + - Used descriptive commit messages + - Updated any relevant documentation and added any necessary screenshots +--> ## What type of PR is this? (check all applicable)