Create new template for breaking changes

Closes #35846
https://github.com/dart-lang/sdk/pull/35846

GitOrigin-RevId: 3c0aac6a5a878c9ed381d49fa065fcd78fc68bae
Change-Id: I74dd6045d9c669d7e2b65fb79a43916a490fb850
Reviewed-on: https://dart-review.googlesource.com/c/91942
Commit-Queue: Michael Thomsen <mit@google.com>
Reviewed-by: Leaf Petersen <leafp@google.com>
This commit is contained in:
Michael Thomsen 2019-02-05 15:29:05 +00:00 committed by commit-bot@chromium.org
parent 102f3074d5
commit 2d6afa04cb

View file

@ -0,0 +1,18 @@
---
name: breakingchange
about: Template for breaking change requests
---
<TODO: provide a short introductory paragraph>
*Change summary*
<TODO: summarize what the intended/expected change in behavior is.>
*Justification*
<TODO: summarize the justification/rationale for making the change.>
*Impact*
<TODO: summarize the expected impact of this change.
*Migration*
<TODO: provide clear steps for migrating existing code past the change.>