Closed NGR-NP closed 8 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
tap-share | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 22, 2024 6:20pm |
Name | Link |
---|---|
Latest commit | a1b5dc2abd1323d319ff92004b07e7bb80d03c54 |
Latest deploy log | https://app.netlify.com/sites/loquacious-brioche-8a34df/deploys/65d7902600c3480008c8e854 |
This pull request aims to streamline our project's contributor recognition workflow by integrating the All Contributors CLI. With this enhancement, we can automatically acknowledge and list all contributors in our README file, making it easier for everyone to receive recognition for their contributions.
Changes Made:
all-contributors-cli
as a devDependency.scripts
inpackage.json
to include:contributors:add
: A script to add new contributors using the All Contributors CLI.contributors:generate
: A script to generate the updated list of contributors in our README file.Instructions for Adding Contributors:
Add a new contributor:
Example:
yarn contributors:add NGR-NP code
Generate the updated list in the README file:
76