Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit fca0b79

Browse files
authored
Merge pull request #86 from githubtraining/update-course-details
Update course details
2 parents bd6a24e + 0fb9f21 commit fca0b79

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: Reviewing pull requests
2-
tagline: Improve your collaboration on GitHub with pull request reviews.
32
description: See how collaboration works on GitHub and start building great things, together.
43
tags:
54
- GitHub

course-details.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
11
This course will dive into how you can get your best work done by identifying when and how to request a review, how to perform a review for someone else's pull request, and other awesome collaboration methods.
22

3-
All great projects start with collaboration. Pull requests are the foundation of teamwork on GitHuband pull request reviews give you the ability to work together and discuss changes specific to a pull request by commenting, requesting changes, or approving.
3+
All great projects start with collaboration. Pull requests are the foundation of teamwork on GitHuband pull request reviews give you the ability to work together and discuss changes specific to a pull request by commenting, requesting changes, or approving.
44

5-
In this course, youll learn how to:
5+
## What you'll learn
66

7+
We'll answer common questions like:
8+
- What is a pull request?
9+
- How do I request, review, or comment on a pull request?
10+
- How do I accept changes introduced by a pull request review?
11+
- What are the responsibilities of a reviewer?
12+
- What's a CODEOWNERS file?
13+
- What's a diff and how do I use it?
14+
- How do I implement changes from a pull request review?
15+
- How can I suggest a change when reviewing a pull request?
16+
17+
And when you're done you'll be able to:
18+
- Create a pull request
719
- Comment on pull requests
820
- Leave reviews on pull requests
9-
- See what’s expected when reviewing pull requests
21+
- Know what’s expected when reviewing pull requests
1022
- Request pull request reviews
1123
- Accept changes introduced by a pull request review
1224

13-
This course has a dedicated message board on the [GitHub Community Forum]({{ communityBoard }}). Create a post to start a conversation, discuss this course with GitHub Trainers and participants, or troubleshoot any issues you encounter.
25+
26+
## What you'll build
27+
We'll be building a tetris game!
28+
29+
![tetris](https://user-images.githubusercontent.com/57373296/75575281-e332b200-5a2d-11ea-94da-8ce317ab1206.gif)
30+
31+
## Prerequisites
32+
None. This course is a great introduction to using pull requests.
33+
34+
## Projects used
35+
- This course uses a javascript [tetris game](https://github.com/jakesgordon/javascript-tetris)
36+
37+
## Audience
38+
39+
Developers, new GitHub users, users new to Git, students, managers, teams

0 commit comments

Comments
 (0)