All Contributors

All Contributors

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

›@all-contributors Bot 🤖

规范

  • 概览
  • 规范
  • Emoji键 ✨
  • 仓库维护人员
  • 工具

@all-contributors Bot 🤖

  • 概览
  • 安装
  • 用法
  • 配置
  • FAQs

CLI

  • 概览
  • 安装
  • 用法
  • 配置

项目

  • 帮助我们改进
  • 行为准则
  • 🌟 Who's using it?
Edit

常见问题

"All Contributors"徽章的计数不会自动更新?

如果你想让徽章能够正确地自动更新,你可以使用动态的 Shields 徽章。

原来的方式

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

新的方式

将 projectOwner 替换为相应的 GitHub 用户名或组织名称,将 projectName 替换为相应的 GitHub 仓库名称。 样式、颜色和其他参数可以根据你的喜好进行定制。 —— 详情请参见 https://shields.io/。

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