Github Foundations · Free Practice Question Easy
Question 6
What two types of projects can you create when using GitHub Projects? (select two)
-
A
milestone project
-
B
team project
-
C
organization project
-
D
user project
Reveal correct answers
Correct answers: C, D
Explanation
You can either create an organization project or a user project. To create an organization project, you need a GitHub organization.
********************
WRONG ANSWERS:
team project is not a valid type of project. GitHub only supports an organization or user project
milestone project is not a valid type of project. GitHub only supports an organization or user project
A. Milestone projects are not a type of project that can be created in GitHub Projects. Milestones are used to track progress on groups of issues or pull requests within a repository, but they are not standalone projects like organization or user projects.
B. Team projects are not a specific type of project that can be created on GitHub. While teams can collaborate on projects within repositories, there is no distinct "team project" feature in GitHub Projects.
C. You can create an organization project on GitHub to track tasks, issues, and pull requests across repositories within an organization. This type of project allows for centralized project management and collaboration within the organization.
D. A user project on GitHub allows individual users to create project boards to organize and track their tasks, issues, and pull requests across repositories. This type of project is useful for personal task management and organization.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
