Skip to content

Commit b5bc7cb

Browse files
authored
Improve format of checkboxes (dotnet#25381)
1 parent 75855ab commit b5bc7cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/breaking-change.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ".NET breaking change"
22
description: Report a change in .NET that breaks something that worked in a previous version. Intended mostly for product-team use.
33
title: "[Breaking change]: "
4-
labels: breaking-change
4+
labels: breaking-change,Pri1,doc-idea
55
assignees:
66
- gewarren
77
body:
@@ -45,8 +45,10 @@ body:
4545
attributes:
4646
label: Type of breaking change
4747
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.
5052
validations:
5153
required: true
5254
- type: textarea

0 commit comments

Comments
 (0)