Browse Source

Updated link to coding guidelines.

pull/3717/head
Steven Kirk 6 years ago
parent
commit
3c8215061e
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -6,7 +6,7 @@ Drop into our [gitter chat room](https://gitter.im/AvaloniaUI/Avalonia) and let
## Style
The codebase uses [.net core](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md) coding style.
The codebase uses [.net core](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/coding-style.md) coding style.
Try to keep lines of code around 100 characters in length or less, though this is not a hard limit.
If you're a few characters over then don't worry too much.

Loading…
Cancel
Save