Skip to content

Add third category and WCF Client area #33001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/breaking-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ body:
label: Type of breaking change
description: This information will be used to label the issue appropriately.
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