Creating feedback repos

A private repo that students can read, but not edit

https://ucsb-cs56-pconrad-mentors.github.io/topics/create_feedback_repo

One of the ways that mentors can give feedback (NOT GRADES) to students in CS56 is via the use of private feedback repos.

The private repos are read/write for course staff (organization owners, including instructors, TAs, and mentors), but read only for the students.

Eventually, we will have an automated way to create these feedback repos, but for now it is still a manual process. Fortunately, as long as the mentor / mentee ratio remains fairly small (each mentor having between 3 and 10 pairs), the creation process does not take very long.

The naming convention is as follows. Put the githubids in alphabetical order by github id.

To create these repos:

What do you do in these repos?

In these feedback repos, you should create the following sections

At the top, put a top level heading with the names of the students, the quarter, and some general reference information. It will be very handy later to have these links at hand.

Then create separate sections for each of the labs that involves legacy code.

# Feedback for Selena Gomez and Justin Timberlake, CS56 M16

* Mentor: Chris Gaucho
* Legacy code project: https://github.com/UCSB-CS56-Projects/cs56-games-hackeysack
* Team's fork: https://github.com/sgomez/cs56-games-hackeysack

# lab02 feedback: initial code review of repo

# lab04 feedback: first 500 points

etc...

You’ll be given instructions as to what to fill in for those specific sections in other documents on this website.

This page concerns only getting the feedback repos set up, so our work here is done.