Contributing - Learnathon-By-Geeky-Solutions/codeclusters GitHub Wiki
🤝 Contributing Guidelines
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Make your changes
- Commit your changes (
git commit -m 'Add feature'
) - Push to your fork (
git push origin feature-name
) - Create a Pull Request