All Contributors

All Contributors

  • Documentations
  • GitHub
  • Languages iconFrançais
    • English
    • 日本語
    • Deutsch
    • Español
    • Bahasa Indonesia
    • 한국어
    • Polski
    • Português (Brasil)
    • Русский
    • 中文

›Bot @all-contributors 🤖

Spécification

  • Aperçu
  • Spécification
  • Clé d'Emoji ✨
  • Maintaineurs du répertoire
  • Outillage

Bot @all-contributors 🤖

  • Aperçu
  • Installation
  • Utilisation
  • Configuration
  • FAQs

Invité de Commande

  • Aperçu
  • Installation
  • Utilisation
  • Configuration

Projet

  • Aidez-nous à nous améliorer
  • Code de Conduite
  • Qui l'utilise?
Edit

Installation de bot

1. Installez l'app GitHub AllContributors

Installez l'app GitHub

Capture d’écran de l'installation de l'app

2. Configurer vos répertoires

Capture d’écran de la configuration du répertoire

3. Créer un README.md

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

Si vous préférez votre table de contributeurs dans un endroit autre que le README.md; Après la fusion du PR de votre premier bot, vous pouvez déplacer votre table de contributeurs, voir files dans la configuration du bot

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. Mettez à jour votre document de Contribution

Considerez mettre à jour votre CONTRIBUTING.md ou similaire avec des étapes sur la façon dont des contributeurs peuvent s’ajouter eux-mêmes. Vous pouvez même lier a ladocumentation d'utilisation du bot.

Et ensuite

  • Utiliser le robot
  • Configurer le robot
← AperçuUtilisation →
  • 1. Installez l'app GitHub AllContributors
  • 2. Configurer vos répertoires
  • 3. Créer un README.md
  • 4. Mettez à jour votre document de Contribution
  • Et ensuite
All Contributors