diff --git a/README.md b/README.md index fe2a936..f01024e 100644 --- a/README.md +++ b/README.md @@ -1 +1,48 @@ -# hacktoberfest \ No newline at end of file +# 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!__ +