Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKunal Pathak <Kunal.Pathak@microsoft.com>2022-06-29 00:06:37 +0300
committerGitHub <noreply@github.com>2022-06-29 00:06:37 +0300
commitcc3ac1b43b58df0bd58dc83a88547c0c0b1b840c (patch)
treebbc4a216dc03154c99fd9fa348ea0b7aac3c1a12 /CONTRIBUTING.md
parentcd88b84af96f4cf3070c7266891f6135be826d6e (diff)
Update guideline of squashing commits (#71394)
* do not squash commits * point to pr-guide
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9b87e2ce453..7574b9ffee9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -63,7 +63,7 @@ Project maintainers will merge changes that improve the product significantly an
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.
-Contributions must also satisfy the other published guidelines defined in this document.
+Contributions must also satisfy the other published guidelines defined in this document as well as in [pr-guide docs](docs/pr-guide.md).
### DOs and DON'Ts