Skip to content

Files

Latest commit

 

History

History
36 lines (19 loc) · 1.44 KB

05_Making-suggestions.md

File metadata and controls

36 lines (19 loc) · 1.44 KB

🔨 Hands-on: Making suggestions

In this hands-on lab you will learn how to make suggestions to pull-requests of others. The exercise consists of the following parts:

Reply to comments

  • Locate the pull request from your partner (see #1). You should have a notification as they have mentioned you.
  • Reply to the comment in the pull request and add a suggestion:

image

  • Preview changes before clicking Add signle comment.

image

Comment on pull requests

  • Now add a new multi-line comment by clicking and dragging the plus for lines 8 and 9:

image

  • Note that all lines with copied to the suggestion block. Modify the image by picking another image from https://octodex.github.com/
  • Add another single comment

Summary

In this lab you've learned how to comment on pull requests and make suggestions for changes. You can continue new with Applying suggestions