Skip to content

Automating Updates with Tooling

Why We Created the All Contributors Bot and CLI

Section titled “Why We Created the All Contributors Bot and CLI”

Implementing the All Contributors spec by hand is a laborious process. To add contributors who have not contributed code to your project but have contributed in other ways requires manually editing your README file to add their name, profile link, and the appropriate contribution type emoji.

Further, you’d have to keep track of who has contributed what over time. This is a lot to manage, especially for larger projects with many contributors.

The @all-contributors bot 🤖, makes the process of adding contributors of all kinds simple. When called to add a user, the bot will automatically pull a user’s profile image, grab the contribution type emoji, update your project’s README file and then open a Pull Request against the project with the updated README file. ✨

A screenshot of a GitHub comment comment that calls the all contributors bot.

If you prefer command-line tools, you can instead use the all-contributors CLI tool to help automate adding contributor acknowledgements. Read more about the All-Contributor bot CLI here.