diff options
author | 2019-02-08 11:30:17 -0500 | |
---|---|---|
committer | 2019-02-08 16:30:17 +0000 | |
commit | 8b3e4e0687323a2a5d7725bdf2b41460cd58f380 (patch) | |
tree | 8e078bc7a81ffafead12cb807af9a323eaa99879 /.github | |
parent | 073e2e1cf5f00c96318b325e3d21770446d7b4f4 (diff) | |
download | coredns-8b3e4e0687323a2a5d7725bdf2b41460cd58f380.tar.gz coredns-8b3e4e0687323a2a5d7725bdf2b41460cd58f380.tar.zst coredns-8b3e4e0687323a2a5d7725bdf2b41460cd58f380.zip |
Ask if the PR introduces backward incompatibility (#2538)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 2 insertions, 0 deletions
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? |