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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/breaking-change.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: ".NET breaking change"
2
2
description: Report a change in .NET that breaks something that worked in a previous version. Intended mostly for product-team use.
3
3
title: "[Breaking change]: "
4
-
labels: breaking-change
4
+
labels: breaking-change,Pri1,doc-idea
5
5
assignees:
6
6
- gewarren
7
7
body:
@@ -45,8 +45,10 @@ body:
45
45
attributes:
46
46
label: Type of breaking change
47
47
options:
48
-
- label: Binary incompatible (existing binaries may encounter a breaking change in behavior - for example, failure to load/execute or different run-time behavior)
49
-
- label: Source incompatible (existing source code may encounter a breaking change in behavior when targeting the new runtime/component/SDK - for example, compile errors or different run-time behavior)
48
+
- label: Binary incompatible
49
+
Existing binaries may encounter a breaking change in behavior—for example, failure to load/execute or different run-time behavior.
50
+
- label: Source incompatible
51
+
Source code may encounter a breaking change in behavior when targeting the new runtime/component/SDK—for example, compile errors or different run-time behavior.
0 commit comments