You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,5 +31,5 @@ Pull requests are usually created against the master branch, unless the pull req
31
31
3. When the pull request has been approved, and author will merge the changes to the master.
32
32
33
33
## 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
35
35
relatively closely. In general, try to write code in similar style to what is already present in the existing files/projects.
0 commit comments