Lesson 3 Episode 3 — Forking workflow

Lesson 3 Episode 3 — Forking workflow#

Time: 15 min

Working in teams, apply FAIR principles to a Git repository using a FAIR software checklist.

  1. [Administrator] creates a repository for the team using the collab-faircode template repository. Name the team’s repository as -faircode

  2. [Team] Go thru the Fair software checklist and assign one item from the list to each team member. The chosen item will become tasks for the team members to work on.

  3. [Collaborators] open an issue in the team’s repository about the chosen item. Describe the task for each item in the issue.

  4. [Collaborators] Fork the team’s repository to their accounts.

  5. [Collaborators] Clone their forks onto thier local machine, work on their issues, and push changes to their forks.

  6. [Collaborators] Make a pull request from their forks to the base repository (team’s repostory), main branch.

Answers
No answer are provided for this exercise.