From 431fb1edc3f1b8ea1cfab4f926611e103c172dd5 Mon Sep 17 00:00:00 2001 From: Jamie O Date: Wed, 13 Nov 2019 22:12:17 -0500 Subject: [PATCH] Add .github folder with default PR template (#281) --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 000000000..c6acae938 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +## Description + + + +## Testing instructions + + + + +## Automated Test Enhancements + + +## Screenshots + + +## Documentation Changes? + + + +## Checklist: +- [ ] I've tested the code. +- [ ] My code follows the WordPress code style. +- [ ] My code follows the accessibility standards. +- [ ] My code follows the inline documentation standards. \ No newline at end of file