Git Product home page Git Product logo

hactoberfest-x-mibcs-2022's Introduction

Hactoberfest-X-MIBCS-2022

You should fork and star this repository

Hactoberfest X MIBCS 2022 is a repository for students to contribute to open source projects within the campus or any on the internet

Hacktoberfest MIBCS Poster

๐Ÿ— Contribution Guidelines

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star!

Ask doubts in the Discussion Forum

Contribution Guide

Either edit the code on github by clicking the pen icon or maybe adding your files via upload or follow the steps below

OR

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_username>/Hactoberfest-X-MIBCS-2022.git

3. Navigate to the project directory ๐Ÿ“ .

cd Hactoberfest-X-MIBCS-2022

4. Add a reference (remote) to the original repository.

git remote add upstream https://github.com/Chinmay-03/Hactoberfest-X-MIBCS-2022.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perfom your desired changes to the code base.

9. Track your changes โœ”.

git add . 

10. Commit your changes.

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on Compare & pull requests.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create pull request.

15. Voilร ! You have made a PR to Originals. Wait for your submission to be accepted and your PR to be merged.

mibcs

hactoberfest-x-mibcs-2022's People

Contributors

chinmay-03 avatar deshnashah27 avatar tejasshinkar12 avatar jaycoder26 avatar saiesh-agre avatar soham-19 avatar swatantra-coder avatar mdhasnainali avatar soham-31 avatar satyabrat-ojha avatar extremesatya avatar darshk03 avatar harshit-2112 avatar nqabenhle avatar prasanth-anand-p avatar omkar-khurdal avatar jothishwar avatar the-glissoreia-108 avatar shrishti20706 avatar dakshvarshney1409 avatar darkbits018 avatar khairnartejas avatar omm2005 avatar rakshaaage avatar sourabhp2003 avatar vishal-borse avatar nabhia avatar divyesh1511 avatar harikeshpratapsingh avatar iammk31 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.