Welcome to the Coding Club CuCEK (CCube) GitHub organization! We are a student club at Cochin University College of Engineering Kuttanad, Kerala, India. Our main objective is to promote and help engineering students in achieving new skills in coding and fostering a collaborative coding community.
To contribute to a repository in this organization, we follow a few basic instructions:
-
Fork the Repository: Click on the "Fork" button at the top right corner of the repository page to create your own copy of the repository.
-
Clone the Repository: Once you have forked the repository, clone it to your local machine using the following command:
git clone https://github.com/CODING-CLUB-CUCEK/repository-name.git
-
Make Changes: Make the desired changes to the repository on your local machine using your preferred code editor or IDE.
-
Commit and Push: After making the changes, commit them to your local repository and push the changes to your forked repository using the following commands:
git add .
git commit -m "Your commit message"
git push origin main
- Create a Pull Request: Go to the original repository in the CCube organization and click on the "New Pull Request" button. Follow the instructions to submit your changes for review.
- Club Name: Coding Club CUCEK (CCube)
- Location: Cochin University College of Engineering Kuttanad, Kerala, India
For any inquiries or further information, you can reach out to us through the following channels:
- Email: [email protected]
- Instagram: Coding Club Cucek
We are excited to have you as part of our coding community! Happy coding!