ボットの使い方
この使用方法に関するマニュアルでは、ボットのインストール手順を終えていることを前提としています。
コマンド
@all-contributors add
IssueやPull Requestのコメントで、@all-contributorsにコントリビューターの追加を要求します:
@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>: Emojiキー (コントリビューションタイプリファレンス)で、有効なcontribution
タイプを参照してください。
次に、ボットがコントリビューターを追加するPull Requestを作成し、Pull Requestの詳細を返信します。
ボットに対する要求は完璧である必要はありません。 The bot will use basic Natural Language Parsing to determine your intent. 次の例はうまく動作します:
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.