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.
Using templates - GitHub Tutorial
From the course: GitHub Issues and Projects for Teams
Using templates
- [Instructor] If you worked within a team before, you might have encountered situations where help or input was requested but the needed information to move forward was not included. Issue templates are helpful to minimize that frustration and are used to assist in providing a clear outline for contributors asking for help to ensure that everyone is on the same page. Using the template builder feature within GitHub Issues, you can specify a title and description for each template, add the template content, and either commit the template to the default branch or open a pull request in the repository. The template builder automatically adds the yml front matter markup that is required for the template to show on the new issue page. We will navigate to the main page of a repository as shown here. To set up templates, let's head to our repository settings by selecting the Settings tab. Once in our settings, we can scroll…
Contents
-
-
-
Creating an issue4m 17s
-
(Locked)
Using task lists2m 39s
-
(Locked)
Adding assignees2m 1s
-
(Locked)
Linking pull requests2m 33s
-
(Locked)
Differences between an issue, a discussion, and a pull request2m 27s
-
(Locked)
Managing labels2m 33s
-
(Locked)
Managing milestones2m 33s
-
(Locked)
Using templates2m 50s
-
(Locked)
Challenge: DIY issue34s
-
(Locked)
Solution: DIY issue4m 48s
-
-
-
-
-