Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/instructions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
When performing a code review, please check each file has a license header
When performing a code review, check that:
- No unit tests were eliminated without a strong reason.
- Additional dependencies introduced have a strong justification.
- Changes are not likely to increase build times.
- Each file has a license header.
```
/*
* Copyright (c) Microsoft Corporation.
Expand Down
Loading