Skip to content

Commit 77d8ec9

Browse files
MetOffice#24 Adds in notes about Projects and milestones
1 parent 49467c3 commit 77d8ec9

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

episodes/05-forks.md

+16
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,22 @@ An image of a cloud should do!
7070

7171
::::::::::::::::::::::::::::::::::::::::::::::::
7272

73+
### Projects, milestones, and labels
74+
75+
Your instructor has set up a Project and some custom milestones
76+
for you to add to your Issue.
77+
78+
- [Labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels)
79+
help you classify Issues and PRs.
80+
- [Milestones](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones)
81+
group Issues and PRs, tracking their progress towards a common milestone automatically.
82+
- [Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects)
83+
are a tool for planning and tracking work via GitHub.
84+
Multiple repositories can be linked to a single project.
85+
Projects can have multiple views depending on your needs;
86+
some have kanban boards and gantt charts, others separate out
87+
an individual colleagues Issues to avoid clutter.
88+
7389
## Create a Fork
7490

7591
On the repository Code tab click on the **Fork** dropdown arrow

instructors/instructor-notes.md

+7
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ callouts in episodes [05](../episodes/05-forks.md)
2929
and [08](../episodes/08-rebase.md)
3030
which outline how to create the conflicts
3131
the learners will have to resolve.
32+
33+
You will need to create a GitHub Project for learners to
34+
link Issues they create on the `git-training-demo` repository to.
35+
You can name this Project: **Git & GitHub WP INSERT_DATE**
36+
37+
The last step is to create a new milestone on the repository
38+
with an identical or similar name to the Project name.

0 commit comments

Comments
 (0)