From 76f2bc24b14daf783cac9f24e55f4c47ab831ad3 Mon Sep 17 00:00:00 2001 From: Christoph Pojer Date: Wed, 14 Sep 2016 15:56:12 -0700 Subject: [PATCH] Add pull request template. (#1698) --- .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.