Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. There are many ways to contribute to the project:
- Improving existing documentation
- Adding new types to the collection
- Getting involved with things to do
-
Fork the project
-
Clone your fork
-
Create a pr/feature branch
git checkout -b pr/CoolFeature
-
Commit your changes
You must follow the conventional commit to be able to commit
git commit -m "feat(name): Added this CoolFeature"
-
Push your changes
npm run release -- --no-tags
-
Open a pull request