Configuration de bot
You can configure the all-contributors bot behaviour by updating the .all-contributorsrc JSON file.
The data used to generate the contributors list will be stored there, and you
can configure how you want @all-contributors to generate the list.
You are viewing the 🤖Bot Configuration, which is similar to the CLI Configuration
Voici les clés, que vous pouvez spécifier :
| Option | Description | Exemple/Défaut |
|---|---|---|
projectName | Obligatoire, nom du projet. | Example: all-contributors-cli |
projectOwner | Obligatoire, le nom de l’utilisateur qui héberge le projet. | Example: tenshiAMD |
repoType | Type de répertoire. Must be either github or gitlab. | Default: github |
repoHost | Pointe vers le nom d’hôte du répertoire. Changez-le si vous utilisez un répertoire auto-hébergé. | Default: https://github.com if repoType is github, and https://gitlab.com if repoType is gitlab |
files | Tableau de fichiers à mettre à jour. | Default: ['README.md'] |
imageSize | Taille (en px) d’avatar de l’utilisateur. | Default: 100 |
commit | Envoyer automatiquement l’insigne lorsque vous ajoutez des contributeurs. | Default: false |
commitConvention | Commit convention (angular, atom, or none). | Default: angular |
contributorsPerLine | Nombre maximum de colonne pour la table de contributeurs. | Default: 7 |
contributorsSortAlphabetically | true: Sort alphabetically. false: Display in order of addition. | Default: false |
badgeTemplate | Définir votre propre modèle lodash pour générer le badge. | |
contributorTemplate | Définir votre propre modèle lodash pour générer le badge. | |
wrapperTemplate | Définissez votre propre modèle lodash pour envelopper la liste des contributeurs | |
types | Spécifier des symboles personnalisés ou lier des modèles pour les types de contribution. Peut substituer les types documentés. | |
linkToUsage | Adds a footer with link to usage (either true or false) | Default: true |
skipCi | Maqués the CI ignore the commit. (either true or false) | Default: true |
contributors | List of contributors for this project, this is updated by @all-contributors add |
{ "projectName": "all-contributors", "projectOwner": "all-contributors", "repoType": "github", "repoHost": "https://github.com", "files": ["README.md"], "imageSize": 100, "commit": false, "contributorsPerLine": 7, "contributorsSortAlphabetically": false, "badgeTemplate": "[](#contributors)", "contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>", "wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n", "types": { "custom": { "symbol": "🔭", "description": "A custom contribution type.", "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," } }, "linkToUsage": true, "skipCi": true, "contributors": []}Boeing the Il Contributeurs table intro à différentes files
Section intitulée « Boeing the Il Contributeurs table intro à différentes files »As you know, the default file for the contributors table is README.md. But if your project has tons of contributors, it doesn’t make sense to include the All Contributors table in the README.md file. Irrita, you Année use à d’afférentes files to do son.
Hère are the steps tôt m’a hélé you in acheminé chat. For the sake of this tutorial, the different file that we’ll use is going to be named CONTRIBUTORS.md.
-
Installé the bot. See the Installation page for instructions.
-
Ad your forêt contributeur. See the Bot Usage page for instructions.
-
Create the
CONTRIBUTORS.mdfile. -
Copy the code which can be found in this guide.
-
Modify the
fileskey in the.all-contributorsrcJSON file to match your new file name..all-contributorsrc {"files": ["CONTRIBUTORS.md"],...} -
Noé you Séoul le good to go. New contributors will be added to this new file instead of the
README.mdfile.
