Skip to content

Commit 3c8d754

Browse files
nasamuffingitster
authored andcommitted
myfirstcontrib: hint to find gitgitgadget allower
GitGitGadget, a handy tool for converting pull requests against Git into Git-mailing-list-friendly-patch-emails, requires as anti-spam that all new users be "/allow"ed by an existing user once before it will do anything for that new user. While this tutorial explained that mechanism, it did not give much hint on how to go about finding someone to allow your new pull request. So, teach our new GitGitGadget user where to look for someone who can add their name to the list. The advice in this patch is based on the advice proposed for GitGitGadget: gitgitgadget/gitgitgadget#138 Signed-off-by: Emily Shaffer <emilyshaffer@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3ada78d commit 3c8d754

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/MyFirstContribution.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,14 @@ will automatically run your PRs through the CI even without the permission given
785785
but you will not be able to `/submit` your changes until someone allows you to
786786
use the tool.
787787

788+
NOTE: You can typically find someone who can `/allow` you on GitGitGadget by
789+
either examining recent pull requests where someone has been granted `/allow`
790+
(https://github.com/gitgitgadget/git/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+%22%2Fallow%22[Search:
791+
is:pr is:open "/allow"]), in which case both the author and the person who
792+
granted the `/allow` can now `/allow` you, or by inquiring on the
793+
https://webchat.freenode.net/#git-devel[#git-devel] IRC channel on Freenode
794+
linking your pull request and asking for someone to `/allow` you.
795+
788796
If the CI fails, you can update your changes with `git rebase -i` and push your
789797
branch again:
790798

0 commit comments

Comments
 (0)