A proposed checklist to assist such reviews follows.
* [ ] Any issues marked for closing are addressed
* [ ] There is a test suite reasonably covering new functionality or modifications
- * [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTION.md`
+ * [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTING.md`
* [ ] This feature/change has adequate documentation added
* [ ] No obvious mistakes in the code