From 0e2488db32f338a8b7287cf98460e8f3d1bac210 Mon Sep 17 00:00:00 2001 From: Danny Fritz Date: Sat, 2 Jun 2018 09:04:08 -0600 Subject: [PATCH] Added a GitHub PULL_REQUEST_TEMPLATE (#542) * Added a GitHub PULL_REQUEST_TEMPLATE * Updated to better reflect my dictatorial demands --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 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 00000000..08cd768b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +- [ ] Tested on all platforms changed +- [ ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users +- [ ] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior +- [ ] Created an example program if it would help users understand this functionality