Makwy1424 / algo_ds_101

HacktoberFest 2021

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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 git@github.com: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.

About

HacktoberFest 2021

https://dsa.ahampriyanshu.com

License:MIT License


Languages

Language:C++ 32.8%Language:Java 15.7%Language:Python 14.3%Language:C 12.6%Language:C# 7.1%Language:JavaScript 5.4%Language:Ruby 2.1%Language:PHP 2.1%Language:Go 2.0%Language:TypeScript 1.9%Language:Swift 0.9%Language:Jupyter Notebook 0.7%Language:Kotlin 0.5%Language:Rust 0.5%Language:Shell 0.4%Language:Scala 0.4%Language:Haskell 0.3%Language:HTML 0.1%Language:Clojure 0.0%Language:Makefile 0.0%