[ADD] Automatize contributors #57
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces an automated system for managing project contributors using the All Contributors framework. It includes configuration updates and a new GitHub Actions workflow to streamline the process of adding contributors to the
README.mdfile.Contributor management setup:
.all-contributorsrc: Added configuration for the All Contributors framework, specifying project details, contributor display settings, and integration with theREADME.mdfile.Automation workflow:
.github/workflows/all-contributors.yml: Created a GitHub Actions workflow to automatically add contributors to theREADME.mdfile when a pull request is merged. The workflow uses the All Contributors action to identify the contributor and their contribution type.