Skip to content

Commit bea4515

Browse files
authored
Merge pull request #296 from coderefinery/radovan/combine-three-templates
use one template instead of 3; closes #286
2 parents e73c165 + 0a2faa0 commit bea4515

5 files changed

Lines changed: 9 additions & 130 deletions

File tree

content/forking-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ accept modifications without having to grant write access to others.
1616
::::{tab} Part of team/exercise room
1717

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

content/guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ exercise repository.
5555
can then fork yourself if needed.
5656
- For CR workshops, the exercises were placed under
5757
<https://github.com/cr-workshop-exercises>. The instructors or team leads need to have owner status in the organization in order to invite people.
58+
- All exercise repositories can be created from
59+
<https://github.com/coderefinery/recipe-book-template> by `git clone
60+
--mirror` from the template followed by `git push --mirror` towards the exercise repository.
5861
- We have created two versions of each **a day in advance** to signal which one might end up
5962
being discussed on recording/stream:
6063
- `centralized-workflow-exercise-recorded`
25.8 KB
Loading

content/img/centralized/generate_repo.svg

Lines changed: 0 additions & 125 deletions
This file was deleted.

content/same-repository.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ contribute.
2727
This is typically the exercise lead (if available). Everyone else
2828
is a *collaborator*.
2929
- The **maintainer** (one person per group) generates a new repository
30-
from the template <https://github.com/coderefinery/template-centralized-workflow-exercise>
31-
called `centralized-workflow-exercise` (There is no need to tick *"Include all branches"* for this exercise):
30+
called `centralized-workflow-exercise`
31+
from the template <https://github.com/coderefinery/recipe-book-template>
32+
(There is no need to tick *"Include all branches"* for this exercise):
3233
:::{figure} img/centralized/generate_repo.png
3334
:alt: Screenshot of generating the exercise repository
3435
:width: 100%

0 commit comments

Comments
 (0)