How to Submit Work

These instructions only apply to in-person apprentices. Open source readers can skip this file.

Prerequisites

These instructions apply to anything that you need to submit to the SEAM for review. If unsure if you need to submit something, ask the SEAM.

Push to Your Assignments Repository

Differences between forks

These are your commits since last merged PR.

When you click “New Pull Request” you’ll see this page.

There will be a small hint about which “base” to use.

Verify the changes are what you’d like to have reviewed. If it is too many changes you’ll need to create a branch with only the changes you want to be reviewed. When in doubt, smaller PR’s are easier to review and merge.

Naming

The default name of the PR is the last commit message. Instead, please make it the name of the assignment used, e.g.

HTML/JS Game Project - Boggle

General Suggestions

FAQ

I prefer to create a new repo per project