Skip to content

Commit fe5567a

Browse files
committed
Updated the reference to /allow to use implicit username
@webstech (GitHub) pointed out that /allow can be used without specifying a username, in which case the PR author is added to the allowed list. Updated the wording to use this implicit form, and to emphasize that it should be done on one of the user's own PRs.
1 parent 07ea41c commit fe5567a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/WELCOME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is in general a good idea to await the automated test ("Checks") in this Pull
1515

1616
## Contributing the patches
1717

18-
Before you can contribute the patches, your GitHub username needs to be added to the list of permitted users. Any already-permitted user can do that, by adding a PR comment of the form `/allow <username>`. A good way to find other contributors is to locate recent pull requests where someone has been `/allow`ed:
18+
Before you can contribute the patches, your GitHub username needs to be added to the list of permitted users. Any already-permitted user can do that, by adding a comment to your PR of the form `/allow`. A good way to find other contributors is to locate recent pull requests where someone has been `/allow`ed:
1919

2020
* [Search: is:pr is:open "/allow"](https://github.com/gitgitgadget/git/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+%22%2Fallow%22)
2121

0 commit comments

Comments
 (0)