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
Copy file name to clipboardExpand all lines: index.html
+2-1
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,8 @@ <h2>How can you use GitGitGadget?</h2>
113
113
You might also want to read the <ahref="https://git-scm.com/docs/gitworkflows">gitworkflows</a> manual page to understand how your contributions will be integrated in Git's repository, as well as <ahref="https://github.com/git/git/blob/todo/MaintNotes">this note from Git's maintainer</a>.
114
114
</p><p>
115
115
The first time you use GitGitGadget, you need to be added to the list of users with permission to use GitGitGadget (this is a <i>very</i> simple anti-spam measure).
116
-
Any user who is already on that list can do that, by adding a comment to that Pull Request that says <code>/allow <username></code> (with your GitHub login name).
116
+
Using <asrc="https://web.libera.chat/#git-devel">IRC</a> or <asrc="https://github.com/gitgitgadget/git/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+%22%2Fallow%22">PRs</a> you can find a user already on this list and request them to add you to the list.
117
+
To do so, they simply have to add a comment to that Pull Request that says <code>/allow</name></code>.
117
118
</p><p>
118
119
The Pull Request will trigger a few Checks, most importantly one that will build Git and run the test suite on the main platforms, to make sure that everything works as advertised.
0 commit comments