Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 318 Bytes

code-review.md

File metadata and controls

12 lines (10 loc) · 318 Bytes

Copy-paste into a comment when reviewing a pull request:

Check:

 * [ ] coding style
 * [ ] documentation: see [the documentation requirements](doc.md)
 * [ ] for tactics:
     * [ ] tests
     * [ ] efficiency (make sure at least it's not outrageously inefficient)
  * [ ] it fits the overall mathlib design