diff --git a/source/sec_git_github.ptx b/source/sec_git_github.ptx index 3808b06f..9fb58c3d 100644 --- a/source/sec_git_github.ptx +++ b/source/sec_git_github.ptx @@ -28,13 +28,14 @@ Contributing to a Project +

Next, let’s walk through some details that could be useful in helping you contribute to an existing open source project.

- +
- + Forking Projects @@ -72,9 +73,9 @@

-
+ - + The GitHub Flow @@ -151,9 +152,9 @@ Go to GitHub Flow and complete the provided exercise with one of your own repositories.

+
- - + Creating a Pull Request

@@ -188,9 +189,9 @@ - + - + Iterating on a Pull Request @@ -255,20 +256,19 @@

-
-
+ - + Advanced Pull Requests

Now that we’ve covered the basics of contributing to a project on GitHub, let’s cover a few interesting tips and tricks about Pull Requests so you can be more effective in using them.

- +
- + Pull Requests as Patches @@ -287,9 +287,9 @@

-
+ - + Keeping up with Upstream @@ -374,9 +374,9 @@

-
+ - + References @@ -396,10 +396,9 @@

-
-
+ - + GitHub Flavored Markdown @@ -412,10 +411,10 @@

The GitHub flavor of Markdown adds more things you can do beyond the basic Markdown syntax. These can all be really useful when creating useful Pull Request or Issue comments or descriptions.

- +
- + Task Lists @@ -441,9 +440,9 @@

-
+ - + Code Snippets @@ -472,9 +471,9 @@ for(int i=0 ; i < 5 ; i++) - + - + Quoting @@ -496,11 +495,9 @@ How big are these slings and in particular, these arrows? - + -
- - + Keep your GitHub public repository up-to-date @@ -519,7 +516,7 @@ How big are these slings and in particular, these arrows? +

Now that we’re comfortable contributing to a project, let’s look at the other side: creating, maintaining and administering your own project.

- +
- + Creating a New Repository @@ -567,9 +565,9 @@ How big are these slings and in particular, these arrows? - +
- + Adding Collaborators @@ -590,9 +588,9 @@ How big are these slings and in particular, these arrows? - + - + Managing Pull Requests @@ -604,10 +602,10 @@ How big are these slings and in particular, these arrows? - + - + Email Notifications @@ -621,9 +619,9 @@ How big are these slings and in particular, these arrows? @@ -652,10 +650,10 @@ How big are these slings and in particular, these arrows? - + - + Pull Requests on Pull Requests @@ -674,10 +672,9 @@ How big are these slings and in particular, these arrows? - - + - + Mentions and Notifications @@ -709,9 +706,9 @@ How big are these slings and in particular, these arrows? + - - + The Notifications Page @@ -725,10 +722,10 @@ How big are these slings and in particular, these arrows? - + + - - + Web Notifications @@ -746,10 +743,10 @@ How big are these slings and in particular, these arrows? + - - + Email Notifications @@ -779,12 +776,9 @@ How big are these slings and in particular, these arrows? - - - - + - + Special Files @@ -794,8 +788,8 @@ How big are these slings and in particular, these arrows? - - + + LICENSE

The first is the LICENSE file, which can be of nearly any prose format. For example, it could be LICENSE, LICENSE.md, LICENSE.asciidoc, etc. @@ -806,9 +800,9 @@ How big are these slings and in particular, these arrows? @@ -864,17 +858,17 @@ How big are these slings and in particular, these arrows? - + - + CODE_OF_CONDUCT

code of conduct The CODE_OF_CONDUCT file explains how one is expected to engage in that particular community. It is typically used to ensure an inclusive environment that respects all people and also typically describes how to address any problems among members of the project's community.

-
+ - + CONTRIBUTING @@ -892,19 +886,19 @@ How big are these slings and in particular, these arrows? - + - + Project Administration

Generally there are not a lot of administrative things you can do with a single project, but there are a couple of items that might be of interest.

- +
- + Changing the Default Branch @@ -918,9 +912,7 @@ How big are these slings and in particular, these arrows? - - -
+