Skip to content

Tutorial should be made more group based #70

Open
@ZooeyMiller

Description

@ZooeyMiller

In FAC10, pretty much everyone did this workshop solo, I think it should be done in partners. The solo aspect of this tutorial led to some people getting quite confused about flow when working on their first projects in their groups.

The current process for the introduction section is essentially:

  1. Fork and clone a repo
  2. Create a new branch
  3. Make a change to a file in your new branch
  4. Add and commit changes
  5. Pull master branch to make sure local master is up to date
  6. Merge new branch with master
  7. Push your new branch
  8. Make a pull request for your new branch to your own forked master branch
  9. Merge your new branch with your master branch
  10. Pull updates from remote master to local master
  11. practice dealing with merge conflicts with a pre-made branch

I think perhaps this could be adapted to be more partner based, rather than one person doing everything, which accidentally teaches bad practices like merging your own pull requests.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions