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
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down