Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions book/06-github/sections/2-contributing.asc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ This is basically the Integration Manager workflow covered in <<ch05-distributed

Let's walk through an example of proposing a change to an open source project hosted on GitHub using this flow.

[TIP]
====
You can use the official *GitHub CLI* tool instead of the GitHub web interface for most things.
The tool can be used on Windows, MacOS, and Linux systems.
Go to the https://cli.github.com/[GitHub CLI homepage] for installation instructions and the manual.
====

===== Creating a Pull Request

Tony is looking for code to run on his Arduino programmable microcontroller and has found a great program file on GitHub at https://github.com/schacon/blink[].
Expand Down