From c36d96306f6893342e959aee8ec0ade00cae8296 Mon Sep 17 00:00:00 2001 From: Mordechai Zuber Date: Thu, 17 Dec 2015 23:06:48 +0200 Subject: [PATCH] have no idea how they got there --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02138f66..22a32416 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,7 +133,7 @@ being addressed. Some things that will increase the chance that your pull request is accepted. * Follow existing code conventions. Most of what we do follows [standard .NET - + conventions](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md) except in a few places. We include a ReSharper team settings file. * Include unit tests that would otherwise fail without your code, but pass with it. * Update the documentation, the surrounding one, examples elsewhere, guides,