CSE 403 project: Peer review

Overview

Peer-review another team’s project and provide suggestions for improvements. This helps the other team by providing a fresh perspective and giving them outside feedback. It also helps you and your team: you will see how another team is approaching a problem, which can give you ideas of what to do or what to avoid.

Setup

As a team, peer-review the project assigned to your team for review. To find the project to review, open this milestone assignment in Canvas and find the project name associated with your team in the table.

Instructions

1. Review your assigned project and file issues for any encountered problems

Read the developer guidelines, then build and test the project.

Read the user documentation, then run the project.

If you are blocked while trying to do these things, open an issue immediately indicating that you are blocked. If another team opens such an issue on your repository, resolve it immediately.

You should open other issues as appropriate. You may open a pull request with suggested improvements if you see how to resolve an issue that you raised.

2. Write and submit a review

You will submit a single text document, consisting of URLs.

Review checklist (50%)

For any item in this checklist that you do not agree with, open an issue in their repository.

Feedback (50%)

Open issues with high-level feedback and constructive criticism focusing on their implementation, descriptive writing, or technical setup. Each issue should only address one concern.

In addition, open one issue with praise: point out aspects of their project that you appreciated or found to be well-done. (This is customary in a pull request, but you are not reviewing a pull request, and we wanted to provide a place for the praise.)

What to submit

Submit, to Canvas, a text file containing titles of issues or pull requests, and their URLs in the issue tracker. The file should be structured as:

Clarifications

How would I provide a pull request to fix an issue?

Pull requests are optional. If you choose to make a pull request, here are instructions:

  1. Open the repository of the reviewed system on GitHub.

  2. Click “Fork”, which will create a clone of the repository under your account.

  3. Clone the forked repository (under your account) to your computer;

  4. Create a branch in the forked repository.

  5. Make changes in the branch, then push them.

  6. Open a pull request on GitHub into the original repository.