Skip to content

Commit

Permalink
Adds in notes about Projects and milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
astroDimitrios committed Dec 3, 2024
1 parent 49467c3 commit 514aa6c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
16 changes: 16 additions & 0 deletions episodes/05-forks.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,22 @@ An image of a cloud should do!

::::::::::::::::::::::::::::::::::::::::::::::::

### Projects, milestones, and labels

Your instructor has set up a Project and some custom milestones
for you to add to your Issue.

- [Labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels)
help you classify Issues and PRs.
- [Milestones](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones)
group Issues and PRs, tracking their progress towards a common milestone automatically.
- [Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects)
are a tool for planning and tracking work via GitHub.
Multiple repositories can be linked to a single project.
Projects can have multiple views depending on your needs;
some have kanban boards and gantt charts, others separate out
an individual colleagues Issues to avoid clutter.

## Create a Fork

On the repository Code tab click on the **Fork** dropdown arrow
Expand Down
7 changes: 7 additions & 0 deletions instructors/instructor-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ callouts in episodes [05](../episodes/05-forks.md)
and [08](../episodes/08-rebase.md)
which outline how to create the conflicts
the learners will have to resolve.

You will need to create a GitHub Project for learners to
link Issues they create on the `git-training-demo` repository to.
You can name this Project: **Git & GitHub WP INSERT_DATE**

The last step is to create a new milestone on the repository
with an identical or similar name to the Project name.

0 comments on commit 514aa6c

Please sign in to comment.