Thank you for your interest in contributing! ❤️ Contributions, issues, and feature requests are always welcome.
Follow these simple steps to submit your contribution:
-
Fork the repository
-
Install Dependencies:
npm install- Create a new branch for your feature or fix:
git checkout -b feature/your-feature-name- Make your changes and commit them with a clear, descriptive message:
git commit -m "Add: new amazing feature"- Push your branch to your fork:
git push origin feature/your-feature-name- Open a Pull Request on GitHub and describe your changes.
-
Keep your code clean, simple, and consistent with the existing style.
-
Follow the commit message convention:
- Use verbs like
Add,Fix,Update,Remove, etc.
- Use verbs like
-
Make sure all tests (if any) pass successfully before submitting.
-
If you’re adding a new feature, please include usage examples or documentation updates.
If you have any questions or need clarification, feel free to open a discussion or issue.
Your contributions make this project better — thank you! 🙌