Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.82 KB

CONTRIBUTING.md

File metadata and controls

52 lines (35 loc) · 1.82 KB
id title sidebar_label
usage
Bot Usage
Usage

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

Commands

<AUTOGENERATED_TABLE_OF_CONTENTS>

@all-contributors add

Comment on Issue or Pull Request, asking @all-contributors to add a contributor:

@all-contributors please add @<username> for <contributions>

Also, you can now add multiple contributors at the same time:

Using single line
@all-contributors please add @<username> for <contributions>. please add @<username> for <contributions>.
Using multiple lines
@all-contributors
please add @<username> for <contributions>. 
please add @<username> for <contributions>.

<contribution>: See the Emoji Key (Contribution Types Reference) 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.

Your request to the bot doesn't need to be perfect. The bot will use basic Natural Language Parsing 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