Automate Contributors Section in README #354
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.
Pull Request: Automate Contributors Section in README
fixes: #340
Kindly merge it @suryanshsk
Description:
This pull request introduces automation for the contributors' section in the README file of our project. Previously, we manually updated the contributors' data within tables, which was time-consuming and prone to errors. With this update, the contributors' section is now dynamically generated, making it more efficient and accurate.
Key Changes:
Dynamic Contributors Section: The contributors' images and names will automatically update based on contributions made to the repository, ensuring that all contributors are accurately represented.
Visual Appeal: The contributors are displayed using a scrolling format, enhancing the overall aesthetics of the README file.
GitHub Actions Integration: We’ve implemented a GitHub Action that automatically updates the contributors' section whenever changes are pushed to the main branch. This reduces the need for manual intervention and keeps the contributors' list current.
Benefits:
Before:
After: