Mozilla Campus Club CCEW is a student committee working to spread awareness on Open Source software. We organize webinars and workshops on different technical topics and making Open Source contributions. This is a collaboration with ASME CCOEW
This repository is only for students of MKSSS's Cummins College of Engineering Pune.
• Any PR(Pull Request) from outside the college will not be accepted.
• Mention your "first name last name" on your GitHub profile (If we are unable to identify you we won't accept your PR).
• Any kind of spamming won't be tolerated.
• Make sure you have registered on the Google form that was circulated (Check your emails to get the registration link).
• Make sure the code is with proper indentation and comments.
• In case of any plagiarism your PR will be rejected.
• Issues will be assigned on a first come first serve basis.
• If you wish to work on any issue comment on the issue with your name, C no, Year, and Branch. Once you are assigned with the issue you can start working on it.
• You will get a maximum of 3 days to work on an issue. If failed to do so the issue will be assigned to another student.
Important: Use ROBOTO font for all the pages
Head to the "Issues" tab in the GitHub repository, locate an issue you'd like to work on, and review its details.
After selecting an issue, comment on it with a message like "Hello, I would like to work on this issue. Can you please assign it to me?" Wait for the owner to assign the issue to you.
Go to the GitHub repository you want to contribute to. Click on the "Fork" button on the top-right corner of the repository's page.
This will create a copy of the repository under your GitHub account.
Once you have forked your repository, go to your profile inside the repository section you will find your forked repository.
Once you locate your repository you need to clone it to your local machine.
Click on the "Code" button located on the repository's page.
To clone the repo copy the link provided in the dropdown menu.
On your local machine, open Git Bash.
In the terminal, run this command:
git clone <paste-the-link-here>
It's a good practice to create a new branch for your changes. This keeps your work isolated from the main branch.
Implement the changes you planned in response to the chosen issue. Follow the coding standards and guidelines outlined in the project.
Once you've made your changes, commit them with a clear and concise commit message. With appropriate title and description.
Push your branch with the committed changes to your forked repository on the remote server.
Go to the original repository's page (the one you forked from) and click the "New Pull Request" button. Select your branch as the compare branch. Imp - add issue number in description of your pull request
Fill in a title and description for your pull request, summarizing the changes you've made. Review the changes and ensure everything looks good.
Click the "Create Pull Request" button to submit your PR. This will notify the repository owner(s) that you've made changes and want them to review and merge your code.