-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add All Contributors section to README #25
Add All Contributors section to README #25
Conversation
@all-contributors please add @bourque for code |
I've put up a pull request to add @bourque! 🎉 |
This appears to be working as expected, though it would be nice to figure out how to add multiple people in just one PR 🤔 |
We could use something like this article: https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams |
@all-contributors |
^ I thought that would open just one PR, but apparently it doesn't work that way 😓 |
Once the bot is done processing all of the requests I can start merging everything in |
I've put up a pull request to add @greglucas! 🎉 I've put up a pull request to add @tech3371! 🎉 I've put up a pull request to add @bryan-harter! 🎉 I've put up a pull request to add @laspsandoval! 🎉 I've put up a pull request to add @maxinelasp! 🎉 I've put up a pull request to add @sdhoyt! 🎉 I've put up a pull request to add @GFMoraga! 🎉 I've updated the pull request to add @bourque! 🎉 |
…-contributors Add All Contributors section to README
Change Summary
Overview
This PR adds a section to the README that should us to use the
@all-contributors
bot to automatically add contributors to the repo (whether by direct code changes, or by other means) in the form of a nice looking table.Updated Files
README.md
Contributors
section is added to the bottom of the file containing boiler-plate configuration needed by@all-contributors
botTesting
We can hopefully test this by summoning the
@all-contributors
bot (e.g. comment on the PR with@all-contributors please add @bourque for code
(See usage docs)Closes #22