From dfa96d6d9a67ac21b5b64d3baa68f50f177e9cc9 Mon Sep 17 00:00:00 2001 From: cpojer Date: Wed, 14 Sep 2016 13:42:08 -0700 Subject: [PATCH] Add pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..2a0ad9872099 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. + +**Summary** +Explain the **motivation** for making this change. What existing problem does the pull request solve? + +**Test plan** + +Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.