GithubHelp home page GithubHelp logo

kritika-sharma130 / algo_ds_101 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ahampriyanshu/algo-ds-101

0.0 0.0 0.0 102.54 MB

HacktoberFest 2021

Home Page: https://dsa.ahampriyanshu.com

License: MIT License

Java 15.75% C++ 32.75% JavaScript 5.39% Python 14.31% C# 7.12% C 12.57% PHP 2.08% Swift 0.94% Ruby 2.13% Go 1.95% TypeScript 1.92% Rust 0.54% Shell 0.44% Clojure 0.02% Scala 0.35% Haskell 0.31% HTML 0.13% Makefile 0.01% Kotlin 0.54% Jupyter Notebook 0.75%

algo_ds_101's Introduction


HactoberFest 2021 GitHub pull requests GitHub issues

Index

HacktoberFest 2021

hacktoberfest 2021

How To Contribute

1. Fork The Repo

1

2. Go The Issue Section

2

3.1 Choose An Existing Issue

3

3.2 Or You Can Create A New One

4

  • Before opening a new issue make sure that similar kind of issue doesn't already exist.

4. Check For The Languages Available

5

5. Comment In The Stated Syntax

6

  • Language In Which You Will Contribute => Time Required By You To Push The Changes
  • Ask for the issue that you plan to complete.
  • Do not wait to get assigned.
  • Please try to push the changes in less than or equal to the stated(by you only) time period. Failing to do that, your comment will be discarded and the language will be made available to other participants.
  • Try to avoid any casual communication.

6 Create A New Branch

7

7. Create A New File with A Relevant Name

8

9

8. Commit The File

10

10. Compare And Pull

11

11. Give Relevant PR Message

12

12. Enter Related Issue No

13

13. Fill Up The Checkboxe(s)

14

14. Create A Pull Request

15

15. Congrats ๐ŸŽ‰

16

20. Wait Till Your PR Gets Merged

17

Want To Contribute More ?

I have created this funny api. Have a look and decide if it is something that interests you.

Want To Document The Repo ?

  • Click here to know more

How To Commit In CLI

$ git clone [email protected]:your_username/algo_ds_101.git
$ git checkout -b BranchName
$ git add .
$ git commit -m 'message'
$ git push -u origin BranchName

Sync Your Forked Repository

CLI

$ git fetch --all --prune
$ git checkout main
$ git reset --hard upstream/main
$ git push origin main

GUI

18 19 20

Contributing Guidelines

Read contributing guidelines

Contributors

Meet our wonderful contributors

Code of Conduct

Read our code of conduct.

License

MIT License.

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.