From 7caaf2846d140763ee796ad57ccafa882f4e3be3 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Wed, 6 May 2026 12:38:38 -0700 Subject: [PATCH] [docs] Improve link for filing breaking change requests. Previously, the link text `Dart SDK issue tracker` in the breaking change documentation pointed to the main page of the SDK issue tracker. The user had to click `New issue` and select the template `Propose a breaking change (for contributor use only).`. With this change, the link goes straight to the template (https://github.com/dart-lang/sdk/issues/new?template=6_breaking_change.yml), which should streamline things a bit. Change-Id: Idff83c28a27ca6e15a30d10b846b1a6f6a6a6964 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/501240 Auto-Submit: Paul Berry Commit-Queue: Kevin Moore Reviewed-by: Kevin Moore Commit-Queue: Paul Berry --- docs/process/breaking-changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/process/breaking-changes.md b/docs/process/breaking-changes.md index 6bcb00dc643..41420eeb558 100644 --- a/docs/process/breaking-changes.md +++ b/docs/process/breaking-changes.md @@ -70,8 +70,8 @@ to a change being released in a dev channel release. ### Step 1: Announcement * Create an issue in the - [Dart SDK issue tracker](https://github.com/dart-lang/sdk/issues) labelled - `breaking-change-request` containing the following: + [Dart SDK issue tracker](https://github.com/dart-lang/sdk/issues/new?template=6_breaking_change.yml) + labelled `breaking-change-request` containing the following: * The intended change in behavior.