Skip to content

Commit

Permalink
Add third category and WCF Client area (#33001)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Dec 14, 2022
1 parent 38abbfa commit f08dcf8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/breaking-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ body:
id: change-type
attributes:
label: Type of breaking change
description: This information will be used to label the issue appropriately.
description: This information will be used to label the issue appropriately. [(How do I decide?)](https://learn.microsoft.com/dotnet/core/compatibility/categories)
options:
- label: "**Binary incompatible**: Existing binaries may encounter a breaking change in behavior, such as failure to load/execute or different run-time behavior."
- label: "**Source incompatible**: Source code may encounter a breaking change in behavior when targeting the new runtime/component/SDK, such as compile errors or different run-time behavior."
- label: "**Binary incompatible**: Existing binaries may encounter a breaking change in behavior, such as failure to load or execute, and if so, require recompilation."
- label: "**Source incompatible**: When recompiled using the new SDK or component or to target the new runtime, existing source code may require source changes to compile successfully."
- label: "**Behavioral change**: Existing binaries may behave differently at run time."
- type: textarea
id: reason
attributes:
Expand Down Expand Up @@ -90,6 +91,7 @@ body:
- Security
- Serialization
- Visual Basic
- WCF Client
- Windows Forms
- Windows Presentation Foundation (WPF)
- XML, XSLT
Expand Down

0 comments on commit f08dcf8

Please sign in to comment.