Skip to content

Commit b0ae2f5

Browse files
committed
Add link to microsoft naming guidelines
1 parent 1cd3f3d commit b0ae2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Pull requests are usually created against the master branch, unless the pull req
3131
3. When the pull request has been approved, and author will merge the changes to the master.
3232

3333
## Coding standard
34-
SharpLearning follows the [microsoft C# coding conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions)
34+
SharpLearning follows the microsoft C# [naming](https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines) and [coding](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions) guidelines
3535
relatively closely. In general, try to write code in similar style to what is already present in the existing files/projects.

0 commit comments

Comments
 (0)