Chapter 2. Viewing
In this chapter weâll look at how you can view the state of a project to see whatâs going on, so you can find areas that could be improved or so you can be familiar with the interface when youâre ready to contribute. Weâll use the popular Bootstrap open source project as an example.
Introducing the Repository Page
Bootstrap is a repository that allows developers to quickly develop attractive web applications. Go view the repository on GitHub. There is a lot of information on the home page. Letâs start by reviewing some of the most important elements on the page.
Take a look at Figure 2-1. One of the first things you see looking at the top left of the page is that the project name is âbootstrapâ and that itâs owned by a user (or in this case an organization) called âtwbs.â If you were to go to https://github.com/twbs, youâd see a list of all of the repositories hosted by that organization at GitHub. To the left of the organization name on the repository page youâll also see an icon that makes it clear that this is a public repository that anyone can see. A lot of the projects you work on will have a closed lock icon and the word âPrivateâ at the end, signifying that they are private and can be viewed only by people who have been explicitly given access.
In the upper-right corner of the page in Figure 2-1, you can see that at the time the screenshot was taken, 7,065 people were watching the repository to get notified every time new ...
Get Introducing GitHub, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.