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