From 31345ae190c545833567996a8889f275259b945b Mon Sep 17 00:00:00 2001 From: Dave Senn Date: Mon, 17 May 2021 14:38:13 +0200 Subject: [PATCH] Removing duplicated "and" (#52826) Minor change to "fix" that sentence... not really an issue but it makes more sense like this --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5e98f8d909..0b5c363bdc3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ You can contribute to .NET Runtime with issues and PRs. Simply filing issues for ## Contribution "Bar" -Project maintainers will merge changes that improve the product significantly and broadly and that align with the [.NET Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md). +Project maintainers will merge changes that improve the product significantly and broadly align with the [.NET Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md). Maintainers will not merge changes that have narrowly-defined benefits, due to compatibility risk. The .NET Core codebase is used by several Microsoft products (for example, ASP.NET Core, .NET Framework 4.x, Windows Universal Apps) to enable execution of managed code. Other companies are building products on top of .NET, too. We may revert changes if they are found to be breaking.