Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 48 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
# hacktoberfest
# hacktoberfest2019
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

# What is hacktoberfest?
A celebration from 1st October to 31st October - sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/), [GitHub](https://github.com/) and [Dev](https://dev.to/). The hacktoberfest is a possibility to set a first step to [Open Source](https://github.com/open-source) Projects.
Register yourself at Digital Ocean and create your first pull requrest to any public repository on GitHub to contribute.

## About this project
This project is about to learn and practice coding.

Solution for [LeetCode Algorithms](https://leetcode.com/problemset/algorithms/) are wanted.

Make sure you add the LeetCode Problem to your PR.

```markdown
PR-Descr.: Solution for LeetCode Algorithms-Problem #1 Two Sum - Difficulty Easy
```

To contribute make sure the Algorithm isn't commited yet!


## Getting Started
* Fork this repository (Click the Form button, top right of this page)
* Clone your fork fown to your local machine
```markdown
git clone https://github.com/your-username/hacktoberfest.git
```
* Create a branch for a new feature
```markdown
git checkout -b feature/branch-name
```
* Or if its a bugfix to a file
```markdown
git checkout -b bugfix/branch-name
```
* Make your changes (choose from the Tasks above!)
* Commit and Push
```markdown
git add .
git commit -m 'commit message'
git push origin branch-name
```
* Create a New Pull Request from your forked repository ( Click the 'New Pull Request' Button located at the top of your repo)
* Wait for your PR review and merge approval!
* __Star this repository__ if you had fun!

__Thank You!__