diff options
author | Mark Wilkie <public@wilkiefamily.net> | 2017-08-01 11:20:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 11:20:22 -0700 |
commit | 4a205dcbdb7e02568e7a13e6a39e233bf2de5154 (patch) | |
tree | a5e89bee7212e65c899d5d2b845c3f1f40cb459a /Documentation | |
parent | 9b033c84a6d07e36c2c19b087e8fbd5fd5a72c11 (diff) | |
parent | 6059e89a36a0dcb018e29c19cae7af8029efbe31 (diff) | |
download | coreclr-4a205dcbdb7e02568e7a13e6a39e233bf2de5154.tar.gz coreclr-4a205dcbdb7e02568e7a13e6a39e233bf2de5154.tar.bz2 coreclr-4a205dcbdb7e02568e7a13e6a39e233bf2de5154.zip |
Merge pull request #13130 from markwilkie/CROSS-Doc
Added CROSS guidance
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/project-docs/contributing.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md index f0adffacc3..b8357407d9 100644 --- a/Documentation/project-docs/contributing.md +++ b/Documentation/project-docs/contributing.md @@ -28,6 +28,11 @@ Maintainers will not merge changes that have narrowly-defined benefits, due to c Contributions must also satisfy the other published guidelines defined in this document. +Automated Code Review Assistance +------------------ + +CROSS is a tool developed by Microsoft that is used to highlight areas of higher risk in a code change in order to help code reviewers do a more effective job. + DOs and DON'Ts -------------- |