CodeCache is a dynamic web application designed to streamline the way developers manage and access code snippets. The platform provides a comprehensive library of code snippets, allowing users to save, organize, and retrieve useful code snippets for various programming languages and use cases.
This PR updates the Contributors section in the README.md file to include only the names of contributors without their GitHub usernames. The update is performed automatically using a GitHub Actions workflow that extracts contributor names from the commit history. The following changes have been made:
Modified the script to normalize contributor names and eliminate username references.
Ensured that duplicate names are not listed in the Contributors section.
The update process is scheduled to run on every commit push, ensuring the README remains current with the latest contributions.
This PR updates the Contributors section in the README.md file to include only the names of contributors without their GitHub usernames. The update is performed automatically using a GitHub Actions workflow that extracts contributor names from the commit history. The following changes have been made:
Modified the script to normalize contributor names and eliminate username references. Ensured that duplicate names are not listed in the Contributors section. The update process is scheduled to run on every commit push, ensuring the README remains current with the latest contributions.