diff --git a/tests/README.md b/tests/README.md index 053760d..ca9d5ae 100644 --- a/tests/README.md +++ b/tests/README.md @@ -39,12 +39,12 @@ git push When a pull request is submitted, reviews should be done in a timely manner (it will be time-consuming to remember what the code does if the code takes a week to be reviewed) When reviewing a pull request, approve when: - - Requirements above are met + - Requirements above are met - Make sure code is commented cleanly - GitHub actions tests pass - The code runs locally on your computer (run cases to try and break their code) -When rejecting a pull request, write a precise description of what needs to improved/fixed in the comment section. +When rejecting a pull request, write a precise description of what needs to improved/fixed in the comment section. ## Tests For test driven development, create tests before code implementation.