Thank you for your interest in contributing!
- Fork the repository
- Create a new branch
git checkout -b feature-name - Make your changes
- Commit changes
git commit -m "Add feature" - Push branch
git push origin feature-name - Open a Pull Request
- Follow clean coding practices
- Write meaningful commit messages
- Add comments where necessary
Happy coding 🚀