Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds in notes about Projects and milestones #24

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.