|
1 | 1 | 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. |
2 | 2 |
|
3 | | -All great projects start with collaboration. Pull requests are the foundation of teamwork on GitHub—and 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 GitHub — and pull request reviews give you the ability to work together and discuss changes specific to a pull request by commenting, requesting changes, or approving. |
4 | 4 |
|
5 | | -In this course, you’ll learn how to: |
| 5 | +## What you'll learn |
6 | 6 |
|
| 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 |
7 | 19 | - Comment on pull requests |
8 | 20 | - Leave reviews on pull requests |
9 | | -- See what’s expected when reviewing pull requests |
| 21 | +- Know what’s expected when reviewing pull requests |
10 | 22 | - Request pull request reviews |
11 | 23 | - Accept changes introduced by a pull request review |
12 | 24 |
|
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 | + |
| 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