You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refer to the [.NET SDK breaking change guidelines](https://github.com/dotnet/sdk/blob/main/documentation/project-docs/breaking-change-guidelines.md#required-process-for-all-net-sdk-breaking-changes)
19
+
description: Add breaking change doc instructions to issue
20
+
- if:
21
+
- payloadType: Pull_Request
22
+
- labelAdded:
23
+
label: Breaking-change
24
+
then:
25
+
- addLabel:
26
+
label: needs-breaking-change-doc-created
27
+
- addReply:
28
+
reply: >-
29
+
Added `needs-breaking-change-doc-created` label because this PR has the `breaking-change` label.
30
+
31
+
32
+
When you commit this breaking change:
33
+
34
+
35
+
1. [ ] Create and link to this PR and the issue a matching issue in the dotnet/docs repo using the [breaking change documentation template](https://aka.ms/dotnet/docs/new-breaking-change-issue), then remove this `needs-breaking-change-doc-created` label.
36
+
37
+
2. [ ] Ask a committer to mail the `.NET SDK Breaking Change Notification` email list.
38
+
39
+
40
+
You can refer to the [.NET SDK breaking change guidelines](https://github.com/dotnet/sdk/blob/main/documentation/project-docs/breaking-change-guidelines.md)
41
+
description: Add breaking change instructions to PR.
0 commit comments