Skip to the content.

This usage documentation assumes you have already followed the bot installation steps.

Commands

### `@all-contributors add` Comment on Issue or Pull Request, asking @all-contributors to add a contributor: ```plaintext @all-contributors please add @ for ``` Also, you can now add multiple contributors at the same time: ##### Using single line ```plaintext @all-contributors please add @ for . please add @ for . ``` ##### Using multiple lines ```plaintext @all-contributors please add @ for . please add @ for . ``` **\**: See the [Emoji Key (Contribution Types Reference)](https://github.com/all-contributors/all-contributors/blob/master/docs/emoji-key.md) for a list of valid `contribution` types. The bot will then create a Pull Request to add the contributor, then reply with the pull request details. ![](/console-log-json/docs/images/contributing.png) > Your request to the bot doesn't need to be perfect. The bot will use [basic Natural Language Parsing](https://github.com/all-contributors/app/blob/master/lib/parse-comment.js) to determine your intent. > For example, this will work too: > > `Jane you are crushing it in the documentation and your infrastructure work has been great too. Let's add @jane.doe23 for her contributions. cc @all-contributors` > > The bot will work best in parsing your comment correctly if you precede the contributor's username with @ as shown above. Otherwise, the bot may not correctly identify the user. ## What's next - [Configuring the Bot](https://allcontributors.org/docs/en/bot/configuration)