Giter Club home page Giter Club logo

swethaa-ravi / gdsc-bpit-hacktober-fest-2022 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gdsc-bpit/gdsc-bpit-hacktober-fest-2022

0.0 0.0 0.0 213.16 MB

This repository is made for GDSC BPIT Hacktober Fest 2022

License: GNU General Public License v3.0

Shell 1.00% JavaScript 9.04% C++ 2.88% Python 2.49% C 0.24% Objective-C 0.01% Java 3.46% Assembly 0.16% Kotlin 2.60% Dart 0.52% CSS 8.25% Swift 0.05% Makefile 0.10% HTML 11.88% CMake 1.00% Jupyter Notebook 55.11% Dockerfile 0.02% Less 0.34% SCSS 0.85%

gdsc-bpit-hacktober-fest-2022's Introduction

Email Banners-Dark

GDSC BPIT Hacktoberfest 2022

Email Banners-Dark

About Hacktoberfest

Hacktoberfest is digitalocean’s annual event that encourages people to contribute to open source throughout october.Hacktoberfest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.

What is new in Hacktoberfest 2022?

Hacktoberfest welcomes people of any experience level to participate, and low-code and non-code contributions are fantastic choices for folks who don’t have a lot of technical knowledge. Here are some examples of ways you can contribute to open-source projects:

About Google Developers Students Club, BPIT

Google Developers Students Club, Bhagwan Parshuram Institute of Technology is a community where students grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses and their community.

Hacktoberfest Rules

  • If you want your contributions to count, please contribute only to those projects with Hacktoberfest/Hacktoberfest2022 label.
  • Please repect other developers and their code. Be considerate towards others' code and if you want to raise any issue kindly mention it properly.
  • Any violation to open source community(including scamming) would you lead to disqualification from the event.

How to get started?

Deployment

To deploy this project run

Step 1 : Fork the repository

  • To start contributing, you need to fork this hacktober repository. For this, click the fork button as shown below. Fork repo image

adbsdbashd

Step 2 : Clone the repository

  • Now to start working on it, you need to clone the repository in your local machine. Open your command terminal and paste the following.
  git clone https://github.com/<your-username>/GDSC-BPIT-Hacktoberfest-2022.git

Step 3 : Add upstream

git remote add upstream https://github.com/GDSC-BPIT/GDSC-BPIT-Hacktoberfest-2022.git

Step 4 : Creating Branch

  cd GDSC-BPIT-Hacktoberfest-2022
  git checkout -b <your-name>

Step 5 : Adding your changes

  • Open the project in your code editor
  • Modify the code while working on the issue. If you execute the command git status, you'll see there are changes.
  • Add those changes to the branch you just created using the git add command:
git add .

Step 6 : Commiting your changes

  • Finally, commit your changes using git commit command:
git commit -m "<your-name> message"

Step 7 : Pushing your changes to remote repo

  • Now it's time to push your changes using the command below :
git push origin <your-branch-name>

Step 8 : Creating a pull request

  • When you visit the forked repository you will see compare and pull request button. Click it and leave a description about changes for the better understanding.

Now you are good to go with Hacktoberfest

🔗 Links

website linkedin youtube

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.