GitHub issues, labels, and milestones
GitHub issues let you keep track of tasks, enhancements, and bugs. They are highly cooperative and have a timeline that shows their history. Issues can be linked to commits, pull requests, and other issues. GitHub issues are part of the experience that developers love on GitHub. Thatβs why they are a good solution to manage your work for your engineering teams.
Creating a new issue
You can create a new issue in your repository under Issues | New Issue. The issue has a title and a body that supports Markdown (see Figure 2.4):
A toolbar helps you format the text. Besides normal formatting β such as headings, bold and italic text, lists, links, and images β it has some features that are worth highlighting:
- Emoticons: You can add all sorts of emoticons in Markdown. Some of my favorites are
:+1:
(π) and:100:
(π―) and the:shipit:
squirrel...