Project Workflow Activity

This activity aims to give your team practice at following the project workflow instructions.

Start by cloning your teams repository, and then proceed with following the workflow steps for each task given below.

Task 1

Each team member must individually perform the following steps:

  1. In the first line of the README, replace xxxx with your team’s name (e.g., Green).
  2. Add only your name to a list below the section.

When each team member is done, the README should look like this:

# Team Green

## Team Members

- Bart Simpson

## How to Initialize and Run the App

...

When you eventually merge your work with your teammates’ revisions, be sure to keep everyone’s names in the list that has merged so far. That way, by the time that everyone has merged, all your teammates’ names will appear in the list.

Task 2

Once everyone’s work has been merged for Task 1, you may all begin Task 2.

Be sure to repeat all the steps of the workflow for this task.

The second task for each team member to perform is to add your email next to your name in the list, like this:

- Bart Simpson (bart@email.com)