Skip to content

Mozilla-Campus-Club-Cummins/ASME-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASME Website

About us :

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.

Instructions:

• 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

How to Contribute

Step 1: Search for the issues to work on

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.

Step 2: Fork the Repository

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.

Step 3: Download/ Clone the 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>

Step 4: Create a new branch

It's a good practice to create a new branch for your changes. This keeps your work isolated from the main branch.

Step 5: Make required changes

Implement the changes you planned in response to the chosen issue. Follow the coding standards and guidelines outlined in the project.

Step 6: Commit changes

Once you've made your changes, commit them with a clear and concise commit message. With appropriate title and description.

Step 7: Push changes

Push your branch with the committed changes to your forked repository on the remote server.

Step 8: Create a pull request

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

Step 9: Review and submit 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.