From 0cabd1acc9b0cb37e74aa6c7b4a1b85fa1d27a01 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Tue, 7 Jan 2020 12:29:43 -0800 Subject: [PATCH] Update the breaking change definition --- docs/maintainers/best-practice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainers/best-practice.md b/docs/maintainers/best-practice.md index 47cc304cf61..2496e1ae42b 100644 --- a/docs/maintainers/best-practice.md +++ b/docs/maintainers/best-practice.md @@ -43,7 +43,7 @@ 1. The optional extended description is required for feature-work PRs, or regular PRs with breaking changes. For other PRs, it's not required but good to have based on the judgement of the maintainer. - - If a PR introduces breaking changes, + - If a PR introduces breaking changes from the previous stable release, make sure you put the tag `[breaking change]` at the first line of the extended description, and start the description text from the second line.