Revert "Create new template for breaking changes"

This reverts commit 2d6afa04cb.

Reason for revert: Had an unintended effect on the workflow for opening regular issues

Original change's description:
> 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>

TBR=mit@google.com,leafp@google.com,copybara-piper-blackhole@google.com

Change-Id: Ia66e03ff95d1e10e686bbb42c137c7e70e88d323
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/92047
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
This commit is contained in:
Michael Thomsen 2019-02-05 16:28:27 +00:00 committed by commit-bot@chromium.org
parent 2d6afa04cb
commit 0637a860f0

View file

@ -1,18 +0,0 @@
---
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.>