Skip to content

Commit ffc01ba

Browse files
committedJan 3, 2025
updated CONTRIBUTING.md
1 parent 207e795 commit ffc01ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎CONTRIBUTING.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Contributing
22

3+
**IMPORTANT:** This project only accepts contributions based on [lucide icons](https://lucide.dev/). Pull requests containing custom icons or icons from other icon packs will be closed.
4+
35
We welcome contributions to our project! Please follow these steps to contribute:
46

57
1. Fork the repository on GitHub.
@@ -36,11 +38,12 @@ We welcome contributions to our project! Please follow these steps to contribute
3638
yarn build
3739
```
3840

39-
8. Test the application to ensure your changes work as expected.
41+
8. Test the application to ensure your changes work as expected:
4042

4143
```
4244
yarn lint
4345
yarn build
46+
yarn gen-cli
4447
```
4548

4649
9. Commit your changes:

0 commit comments

Comments
 (0)
Please sign in to comment.