IMPORTANT: This project only accepts contributions based on lucide icons. Pull requests containing custom icons or icons from other icon packs will be closed.
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
-
Navigate to the project directory:
cd icons
-
Create a new branch for your feature or bug fix:
git checkout -b your-branch-name
-
Install the project dependencies:
yarn install
-
Make your changes to the codebase.
-
Build the project:
yarn build
-
Test the application to ensure your changes work as expected:
yarn lint yarn build yarn gen-cli
-
Commit your changes:
git commit -m "Your commit message"
-
Push your changes to your fork:
git push origin your-branch-name
-
Open a pull request on the original repository.
Thank you for contributing to our project!