[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 <paulberry@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
Paul Berry
2026-05-06 12:38:38 -07:00
committed by dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent 9f1438813f
commit 7caaf2846d
+2 -2
View File
@@ -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.