All Contributors

All Contributors

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

›@all-contributors bot 🤖

Especificación

  • Reseña
  • Especificación
  • ✨ Emoji clave
  • Mantenedores de repositorio
  • Herramientas

@all-contributors bot 🤖

  • Reseña
  • Instalación
  • Utilización
  • Configuración
  • FAQs

Interfaz de Línea de Comandos

  • Reseña
  • Instalación
  • Utilización
  • Configuración

Proyecto

  • Ayúdenos a mejorar
  • Código de conducta
  • ¿Quién lo usa?
Edit

Instalación del bot

1. Instalación de la aplicación de AllContributors GitHub

Instala la aplicación de AllContributors GitHub

Captura de pantalla de instalación de la aplicación

2. Configure sus repositorios

Captura de pantalla de configuración de repositorios

3. Crear un README.md

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

Si prefieres la tabla de tus colaboradores en un lugar distinto al README.md; Después de fusionar tu primer PR del bot, puedes mover tu tabla de colaboradores, ver archivos en la configuración del 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. Actualice su documentación de contribución

Considere actualizar su CONTRIBUTING.md o similar con pasos sobre cómo sus colaboradores se pueden añadir. Incluso puede vincular a la documentación de uso del bot.

¿Qué sigue?

  • Utilizando el bot
  • Configurando el bot
← ReseñaUtilización →
  • 1. Instalación de la aplicación de AllContributors GitHub
  • 2. Configure sus repositorios
  • 3. Crear un README.md
  • 4. Actualice su documentación de contribución
  • ¿Qué sigue?
All Contributors