From the course: Git for Teams

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Issues

Issues - Git Tutorial

From the course: Git for Teams

Start my 1-month free trial

Issues

- [Instructor] GitLab's workload tracking feature is centered around the concept of issues. Issues allow new work to be identified and provide an area for the team to collaborate on the new work item. When using Git flow, issues serve as the seeds for new work items, eventually growing into feature branches once the work is defined. Issues and feature branches provide tight integration between workload tracking features and the source code repository in GitLab. Let's work on building out a new issue within the issue section of GitLab. You'll notice we don't have any issues available yet. So we get this nice button in the middle of the page to create a new issue. If we click on that button we get presented with the new issue form. We're going to go ahead and create this issue for the flow project. We're simply going to title the issue Missing Feature A. Once we have a title we can go ahead and write a description for our issue. I'll simply state that the project is missing feature A as…

Contents