You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using GGG: link to 'cover-letter' anchor in MyFirstContribution
We refer readers to the MyFirstContribution tutorial when mentioning the
cover letter. Let's do even better and link directly to the section of
the tutorial that explains the purpose and content of the cover letter.
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ <h2>How can you use GitGitGadget?</h2>
102
102
Good, now is the time to direct your web browser to <ahref="https://github.com/gitgitgadget/git">https://github.com/gitgitgadget/git</a> (or to <ahref="https://github.com/git/git">https://github.com/git/git</a> ) and to open a Pull Request.
103
103
A few things to note about a GitGitGadget Pull Request:
104
104
<ul>
105
-
<li>Please make sure to use a descriptive title and description; GitGitGadget will use these as the subject and body of the cover letter (check out the <ahref="https://git-scm.com/docs/MyFirstContribution">MyFirstContribution</a> tutorial if you are not familiar with this terminology).</li>
105
+
<li>Please make sure to use a descriptive title and description; GitGitGadget will use these as the subject and body of the cover letter (check out the <ahref="https://git-scm.com/docs/MyFirstContribution#cover-letter">MyFirstContribution</a> tutorial if you are not familiar with this terminology).</li>
106
106
<li>You can CC potential reviewers by adding a footer to the PR description with the following syntax:</br>
0 commit comments