From 15dee10f4fe9dfe0d6c974acf6bd99e1a671da20 Mon Sep 17 00:00:00 2001 From: Andy De George <67293991+adegeo@users.noreply.github.com> Date: Fri, 28 Aug 2020 08:43:21 -0700 Subject: [PATCH] Delete dotnet-breaking-change.md --- .../ISSUE_TEMPLATE/dotnet-breaking-change.md | 92 ------------------- 1 file changed, 92 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/dotnet-breaking-change.md diff --git a/.github/ISSUE_TEMPLATE/dotnet-breaking-change.md b/.github/ISSUE_TEMPLATE/dotnet-breaking-change.md deleted file mode 100644 index 0fbe711..0000000 --- a/.github/ISSUE_TEMPLATE/dotnet-breaking-change.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -name: .NET Core breaking change -about: Report a change in .NET Core that breaks something that worked in a previous version (intended mostly for product-team use) ---- - - - -## [Change title] - -[Brief description of the change] - -### Version introduced - -[Version in which the breaking change first occurred (for example, 3.0 for .NET Core 3.0)] - -### Old behavior - -### New behavior - -### Reason for change - -### Recommended action - -[ Suggested steps if user is affected go here: -- Possible workarounds -- Example of code changes to handle change -] - -### Category - -[Choose a category from one of the following: - -- ASP.NET Core -- C# -- Core .NET libraries -- Cryptography -- Data -- Debugger -- Deployment -- Globalization -- Interop -- JIT -- LINQ -- Managed Extensibility Framework (MEF) -- MSBuild -- Networking -- Printing -- Security -- Serialization -- Visual Basic -- Windows Forms -- Windows Presentation Foundation (WPF) -- XML, XSLT -] - -### Affected APIs - -[ If no APIs are affected, this should read: - "Not detectable via API analysis" - - If affected APIs are identifiable, include a link for each. The link takes the form: - - `[friendly description of API](link to API on docs.microsoft.com)` - - For example, `[String.IndexOf(String)](https://docs.microsoft.com/dotnet/api/system.string.indexof#System_String_IndexOf_System_String_) - - For methods, if all overloads are affected, link to the general overloaded method page. For example: - - - - Otherwise, link to the individual method overload. For example: - - - -] - - - ---- -#### Issue metadata - -* Issue type: breaking-change