Coder Social home page Coder Social logo

shivadubal26 / hacktoberfest-responsive-portfolio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sanchitbajaj02/hacktoberfest-responsive-portfolio

0.0 0.0 0.0 9.37 MB

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors.

HTML 60.43% Python 14.42% CSS 23.72% JavaScript 1.43%

hacktoberfest-responsive-portfolio's Introduction

HacktoberFest Responsive Portfolio


About

GitHub forks GitHub stars GitHub issues GitHub pull requests GitHub contributors

Discord

This is repository of Responsive Portfolio for Hacktoberfest 2021. Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors.
Visit website


What is Hacktoberfest? ๐ŸŽ‡

Hacktoberfest is a month long celebration of open source software held in the month of October to get people involved in open-source. This year's edition is presented by DigitalOcean.


Rules

To get a T-shirt, you must make four pull requests between October 1โ€“31 in any timezone. Pull requests can be to any public repo on GitHub, not just the ones weโ€™ve highlighted. The pull request must contain commits you made yourself. Make a pull request to only those repositories which have Hacktoberfest tag on it.


How to Contribute Open Source Projects

Don't know how to start of open source and Contribute to our Open Source Project ? Welcome to the world of hacking!

The steps to follow to contribute to any projects:

  1. If you don't have git on your machine, install it.

  2. Fork this repository

    Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

  3. Clone the repository

    Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

    Open a terminal and run the following git command:

    git clone "url you just copied"
    
  4. Add a upstream link to main branch in your cloned repo

    git remote add upstream <original repository>
    
  5. Keep your cloned repo upto date by pulling from upstream

    This will also avoid any merge conflicts while committing new changes

    git pull upstream main
    
  6. Create your feature branch

    Always create new branch

    git checkout -b <feature-name>
    
  7. Track your changes

    git add .
    
  8. Check for your changes.

    git status
    
  9. Commit all the changes

    Write commit message as "Small Message"

    git commit -m "Write a meaningfull but small commit message"
    
  10. Push the changes for review

    git push origin <branch-name>
    
  11. Create a PR on Github.

    Just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing


Our valuable Contributor :

hacktoberfest-responsive-portfolio's People

Contributors

abheer18 avatar arshlakhina avatar bhaveshgarg2000 avatar hrshita-kshyp avatar iamgauravshukla avatar kunal9155 avatar raviprakashdev avatar saksham11122000 avatar samikshasankar avatar sanchitbajaj02 avatar shivadubal26 avatar theyogesharora 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.