From b335f28f5a8be1ef5bdb44ca1e15178de458badc Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 2 Nov 2021 09:54:51 +0000 Subject: [PATCH] Create a hyperlink to the Dart SDK issue tracker Closes https://github.com/dart-lang/sdk/pull/47596 https://github.com/dart-lang/sdk/pull/47596 GitOrigin-RevId: f6b20123c964f6a3a329089c0f07db09526991f1 Change-Id: If9e25ddd1303b4b62e58c1b2d7de26cd9bde9ce2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218882 Reviewed-by: Michael Thomsen --- docs/process/breaking-changes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/process/breaking-changes.md b/docs/process/breaking-changes.md index 64a0df4a689..328c4c6082f 100644 --- a/docs/process/breaking-changes.md +++ b/docs/process/breaking-changes.md @@ -53,7 +53,8 @@ to a change being released in a dev channel release. ### Step 1: Announcement -* Create an issue in the Dart SDK issue tracker labelled +* Create an issue in the + [Dart SDK issue tracker](https://github.com/dart-lang/sdk/issues) labelled `breaking-change-request` containing the following: * The intended change in behavior.