We welcome contributions to our project! Please follow these steps to contribute:
# Fork the repository on GitHub.
# Clone your forked repository to your local machine:
git clone https://github.com/your-username/icons.git
cd icons
# Create a new branch for your feature or bug fix:
git checkout -b your-branch-name
# Install the project dependencies and start develop
pnpm install
pnpm run dev
# Commit and push your changes to your fork:
git commit -m "Your commit message"
git push origin your-branch-name
# Open a pull request on the original repository.
Thank you for contributing to our project!
We recommend using the following specifications (Conventional Commits) to commit messages.