From 8b3e4e0687323a2a5d7725bdf2b41460cd58f380 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Fri, 8 Feb 2019 11:30:17 -0500 Subject: [PATCH] Ask if the PR introduces backward incompatibility (#2538) --- .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 7c72c6987..c1101742a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,3 +8,5 @@ Please provide the following information to help us make the most of your pull r ### 2. Which issues (if any) are related? ### 3. Which documentation changes (if any) need to be made? + +### 4. Does this introduce a backward incompatible change or deprecation?