Fix/compoents safelist #61
Closed
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 changes to integrate the All Contributors framework into the repository, enabling automated contributor management and recognition. The most important changes include updating the configuration file to add a contributor, modifying the workflow file to use the latest version of the All Contributors action, and updating the
README.mdto display the contributor's information.Integration of All Contributors framework:
.all-contributorsrc: Added contributor details forAmosVelez, including their GitHub profile, avatar URL, and contributions ("code"). Updated the configuration to include thecommitConventionfield set to "angular"..github/workflows/all-contributors.yml: Updated the workflow to use the latest version (v3) of the All Contributors action instead of the older version (v1.0.3).Contributor recognition in
README.md:README.md: Added a table to display contributor information, including the avatar and GitHub profile link forAmosVelez. Used markdown linting and prettier-ignore directives to format the section correctly.