Code Monkey home page Code Monkey logo

hacktoberfest_2022's Introduction

Hacktoberfest 2022 OPEN FIRST Pull Request - FREE T-SHIRT๐ŸŽ‰

Hacktoberfest 2021

This project is perfect for your first pull request

๐Ÿ—ฃ Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the challenge and earn a limited edition T-shirt.

๐Ÿ“ข Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS ๐Ÿ”ฅ.

Hacktober Badge Star Badge Contributions

Pull Requests Badge GitHub contributors License Badge

Instructions

  • Fork this Repository using the button at the top on right corner.
  • Clone your forked repository to your pc ( git clone "url from clone option".)
  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user or simply do git checkout -b new-user)
  • Add your profile image in static/images/ ( use drag and drop option or upload by commands.)
  • Add your profile data in content/participant/
  • Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)
  • Create a pull request
  • Star this repository

How to make your first Pull Request

Replace <YOUR-USERNAME> with your GitHub username in this guide.

1. Add your profile picture to the folder

Add a picture of your choice in static/images/. Accepted files are png and jpg, should be squared and minimum size 544x544 pixels. Ex.

static/images/<YOUR-USERNAME>.png

2. Add your profile information

Create a markdown file in your folder following the convention content/participant/<YOUR-USERNAME>.md. Ex.

content/participant/<YOUR-USERNAME>.md

Copy the next template into your file, delete the boilerplate data and fill the information with yours.

---
name: YOURNAME
institution/company: INSTITUTION_NAME
github:USERNAME
---

OR

3. Create / Upload Your Code / Algorithms

Create/Upload your code in folder following the convention Add Code Here

  • Choose an extact language folder drop your code
  • Below is an example to add file properly
  • You can follow up any languages
Add Code Here/PYTHON/<YOUR-FILERNAME>.py
Add Code Here/C++/<YOUR-FILERNAME>.cpp

You can follow any pathway a code or profile information

4. Wait for Pull Request to merge

5. Celebrate - you've done your first pull request!!!!!

Always make more then 4 pull requests.
Lets say you have made only 4 pull request to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and 
then you have remaining 3 valid pull requests if these projects is not excluded.
If you fail to make 4 pull requests then you can't get swags or t-shirts.
I will recommend you to make pull request to your own repo which is very very safest side for you..
keep in mind that repo has hacktoberfest topic..

Contributors

Github Username Github ID
ShreyaShukla03 #93048997
Jayant-001 #83980080
Arika008 #100206199
Pheonix-001 #66296662
x-byte23 #115691779
Devesh-coder #76838871
Roopshali #75069150
mayank4747 #69892613
epselon007 #77740960
sahilsharma029 #114860869
zomsik #56839075
ARYA-RAY #96682467
HPatel08 #115240253
Harshdev625 #98793412
ankit-singh02 #92030042
AnshumanGoel #99547341
palprashant2002 #78960089
SakshiMishra1 #84000663
rudraneel18 #64578089

hacktoberfest_2022's People

Contributors

ankit-singh02 avatar anshumangoel avatar arika008 avatar blieve16 avatar developersubham18 avatar epselon007 avatar gsejal avatar hey-mikey avatar jayant-001 avatar kirtnnnpsl avatar krishnagithub03 avatar magopoulou avatar mayank4747 avatar modaksun avatar narut-uchiha avatar palprashant2002 avatar pheonix-001 avatar rudraneel18 avatar sahilsharma029 avatar sakshimishra1 avatar shreyashukla03 avatar sk00011 avatar soumy16 avatar surajcf avatar tarunrana1998 avatar top3809 avatar true-wanderer avatar vaishnavi-sangal avatar yash19130 avatar zomsik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hacktoberfest_2022's Issues

add trapping rainwater problem

I would like to add famous trapping rainwater problem along with its detailed implementation and demo .Please assign this issue to me.

Flatten Binary Tree to Linked List

Given the root of a binary tree, flatten the tree into a "linked list":

-The "linked list" should use the same TreeNode class where the right child pointer points to the next node in the list and the left child pointer is always null.
-The "linked list" should be in the same order as a pre-order traversal of the binary tree.

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.