From the course: GitHub Issues and Projects for Teams
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Pinning an issue - GitHub Tutorial
From the course: GitHub Issues and Projects for Teams
Pinning an issue
- [Instructor] Efficiency is always one of the top goals when using GitHub. By pinning the most visited or important issues in our repository, we are minimizing time spent searching for that specific issue, which can be critical in a collaborative space. Let's take a look at how we can do so. First off, let's navigate to our issues tab within our repo. As a number of issues in an average repository will increase over time, the challenge of finding a certain issue can become more difficult. To make a repository efficient, we can pin the most important issues above the issues list in our repository. We can click on the issue that we would like to highlight above the issues list. Once inside the issue, if we take a look at the bottom right hand side of the page, we'll be able to see the pin issue option. Click it to pin the issue. To view our newly pinned issue, let's go back to your issues tab within our repository. As…