From 6dede3c69cc5e0096819f2af752dbc70a2128789 Mon Sep 17 00:00:00 2001 From: Devin Walker Date: Sat, 1 Jul 2017 16:11:17 -0700 Subject: [PATCH] New PULL_REQUEST_TEMPLATE.md file #1637 --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 00000000000000..1e94ad0a912788 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## Description + + +## How Has This Been Tested? + + + + +## Screenshots (jpeg or gifs if applicable): + +## Types of changes + + + + + +## Checklist: +- [ ] My code is tested. +- [ ] My code follows the WordPress code style. +- [ ] My code follows has proper inline documentation. \ No newline at end of file