Skip to content

Commit

Permalink
exercise preparation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Mar 13, 2024
1 parent 94e08e7 commit 29e34d4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/code-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ improve the code quality but also to learn from each other.

## Exercise

:::{prereq} Exercise preparation
We can continue in the same exercise repository which we have used in the
previous episode.
:::

:::{exercise} Exercise: Practicing code review (25 min)

**Technical requirements**:
Expand Down
40 changes: 40 additions & 0 deletions content/forking-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,46 @@ accept modifications without having to grant write access to others.

## Exercise

::::::{prereq} Exercise preparation
:::::{tabs}
::::{tab} Part of team/exercise room

**Maintainer (team lead)**:
- Create an exercise repository by
[generating from a template](https://help.github.com/en/articles/creating-a-repository-from-a-template)
using this template: <https://github.com/coderefinery/template-forking-workflow-exercise>
called `forking-workflow-exercise`
- In this case we **do not add collaborators** to the repository (this is the point of this example).
- Share the link to the newly created repository with your group.

**Learners in exercise team**: Fork the newly created repository (not the
"coderefinery" one) and then **clone your fork** (if you wish to work locally).
::::

::::{tab} Following on your own
The instructors are the **maintainers**. All watchers are
**collaborators**.

We create(d) these the day before hopefully. **Choose only one to
work with**:
- Not recorded:
<https://github.com/cr-workshop-exercises/forking-workflow-exercise> (this
will not be shown on stream or recorded in our videos, but is be public on
the internet until it is deleted)
- Recorded:
<https://github.com/cr-workshop-exercises/forking-workflow-exercise-recorded>
(this will be shown on stream and recorded, **your username and comments
may appear in the recorded video on YouTube**)

Here we don't need your GitHub usernames because the point of this exercise
is to show that we can collaborate without granting write permissions.

Learners following on their own: Fork one of these two repositories
and then **clone your fork** to your computer (if you wish to work locally).
::::
:::::
::::::

:::{exercise} Exercise: Collaborating within the same repository (25 min)

**Technical requirements**:
Expand Down

0 comments on commit 29e34d4

Please sign in to comment.