Git Product home page Git Product logo

list-of-repos's Introduction

List-of-repos

😇About the repository

A Website showcasing all the ongoing hacktoberfest ready open souce repositories which is ready for contribution.

📢General Steps to follow while contributing:

Step Zero

  • Look for issues already submitted in the Issues tab, and comment "I want to work on this issue"
  • Wait till the owner of the repo assigns you the issue, and then your'e good to go
  • If you want to add solution for a problem of your choice, "Create a new issue, submit and comment to work on the issue"

Step One

  • Once you are assigned the issue, fork the repo to your profile 🍴 by clicking the Fork button on the top right corner
  • Clone the repo to your local machine: $ git clone "your cloned repo URL" run the command in git bash on your PC/ Mac 💻
  • Now you can make the particular change or add something your own code in the file/folder
  • Add your name to the Contributors.md file

Step Two

  • After succesfully following the above steps, open Git Bash on your PC/ Mac.
  • Create a new branch by your Github username and checkout the branch: $ git checkout -b "username" (branch name should be your GitHub username strictly, Always try to make changes on a new branch rather than directly on the master branch, which can corrupt the codebase while working on some high profile, complicated program)
  • Add files changed: $ git add .
  • Commit the changes: $ git commit -m "commit message" (commit message should be meaningful and precise, example: git commit -m "changing the css of home button")
  • Push the changes to make a successful PR: $ git push origin your-branch-name
  • That's it 🎉💥

👀Make a Meaningful PR

  • Do not make a spam PR, if found you will be disqualified from Hacktoberfest
  • Try to understand the problem discussed in the issue
  • Make PR which is thoughtful
  • Do not forget to write your name on the Contributors.md file as well as update your name in the contributing page of the website.
  • 🌸 Kind of Contributions you can make
  • You can change the UI/UX design of the website and make it look even better.
  • You can add more content to the given website by adding more pages or sections to it.
  • Or any kind of change you find valid for the betterment of the website.

All the best and do not forget to Star ⭐ this repository. 😁

Repository maintained by Sayantani Deb

list-of-repos's People

Contributors

bankuri1 avatar rahulshivan05 avatar samikshasankar avatar sayantanideb avatar snehangsude 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.