From b126640b1d2481049a0c86657955b8fd8edaac42 Mon Sep 17 00:00:00 2001 From: Chris Norman Date: Mon, 9 May 2016 16:58:52 -0400 Subject: [PATCH] Add a backward compatibility checkbox to the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2475bc9d9..300af5725 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,3 +9,5 @@ Explain the **motivation** for making this change. What existing problem does th - [ ] New tests covering changes and new functionality - [ ] All tests passing - [ ] Extended the README / documentation, if necessary +- [ ] Is not backward compatible (breaks binary or source compatibility) +