File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,22 @@ An image of a cloud should do!
70
70
71
71
::::::::::::::::::::::::::::::::::::::::::::::::
72
72
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
+
73
89
## Create a Fork
74
90
75
91
On the repository Code tab click on the ** Fork** dropdown arrow
Original file line number Diff line number Diff line change @@ -29,3 +29,10 @@ callouts in episodes [05](../episodes/05-forks.md)
29
29
and [ 08] ( ../episodes/08-rebase.md )
30
30
which outline how to create the conflicts
31
31
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.
You can’t perform that action at this time.
0 commit comments