mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Update CONTRIBUTING.md
I was thinking to add a link to a C# coding convention so those who plan to convert C++ code to C# code can follow.
This commit is contained in:
parent
5963568096
commit
94cdcdce3a
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ components, prefer the patterns described in the
|
|||
[C++ core guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
|
||||
and the [modern C++/WinRT language projections](https://docs.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/).
|
||||
|
||||
For C# coding standards you can follow the coding styles and guidelines in [C# coding conventions](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions)
|
||||
|
||||
### Testing
|
||||
Your change should include tests to verify new functionality wherever possible. Code should be
|
||||
structured so that it can be unit tested independently of the UI. [Manual test cases](docs/ManualTests.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue