From 81619ac7be9f21e667229e19ec6c0b3d2114ae51 Mon Sep 17 00:00:00 2001 From: meew0 Date: Thu, 13 Apr 2017 00:57:39 +0200 Subject: [PATCH] Create a PR template As discussed on Discord. --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 1 file changed, 7 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..735a552ec --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +**Please describe the changes this PR makes and why it should be merged:** + + +**Semantic versioning classification:** +- [ ] This PR changes the library's interface (methods or parameters added) + - [ ] This PR includes breaking changes (methods removed or renamed, parameters moved or removed) +- [ ] This PR **only** includes non-code changes, like changes to documentation, README, etc.