All Contributors

All Contributors

  • ドキュメント
  • GitHub
  • Languages icon日本語
    • English
    • Deutsch
    • Español
    • Français
    • Bahasa Indonesia
    • 한국어
    • Polski
    • Português (Brasil)
    • Русский
    • 中文

›@all-contributors ボット 🤖

仕様

  • 概要
  • 仕様
  • Emoji キー ✨
  • リポジトリのメンテナ
  • ツール

@all-contributors ボット 🤖

  • 概要
  • インストール
  • 使い方
  • 設定
  • よくある質問

CLI

  • 概要
  • インストール
  • 使い方
  • 設定

プロジェクト

  • 改善にご協力ください
  • 行動規範
  • 誰が使っているのか?
Edit

ボットのインストール

1. AllContributors GitHub App のインストール

GitHub App のインストール

App Install Screenshot

2. リポジトリの設定

Configure Repositories Screenshot

3. README.mdの作成

Ensure you have a README.md file at the root of the project (it can be empty).

README.md以外の場所にコントリビューターテーブルがある場合は、最初のボットによるPRがマージされたあとに、移動させることができます。ボットの設定にあるfilesを参照してください。

Make sure to add this in the markdown:

For the list:

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

Note: Extra line is very important in order to make it work properly.

For the badge use the following, replacing projectOwner with the relevant GitHub username or organization name, and projectName with the relevant the GitHub repo name. Style, color, and other parameters can be customized to your liking — see https://shields.io/.

[![All Contributors](https://img.shields.io/github/all-contributors/projectOwner/projectName?color=ee8449&style=flat-square)](#contributors)

Please create the .all-contributorsrc file for the first configuration. It can only have the mandatory information in it to begin. The bot will update it automatically with default config in the first PR. Here is the minimal .all-contributorsrc file to add in your repo :

{
  "projectName": "<insert the repo's name>",
  "projectOwner": "<insert the repo's owner/orgs>"
}

4. コントリビューションドキュメントを更新

CONTRIBUTING.mdかそれに類似したコントリビューターが自分自身を追加する方法に関する手順を追加したドキュメントを更新しましょう。 ボットの使用ドキュメントにリンクすることもできます。

次は?

  • ボットの使い方
  • ボットの設定
← 概要使い方 →
  • 1. AllContributors GitHub App のインストール
  • 2. リポジトリの設定
  • 3. README.mdの作成
  • 4. コントリビューションドキュメントを更新
  • 次は?
All Contributors