diff --git a/readme.md b/readme.md index 2c0ea7b..5f46db7 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,46 @@ php + HTML5 + +# 🎃 HacktoberFest Project 🎃 + +You can use this repository to commence your contributing journey into Github. Dive into the big, vast adventure of Open Source and start hacking/contributing. + +Celebrate [Hacktoberfest](https://hacktoberfest.digitalocean.com/) by contributing to open source repositories. + +This repository is for PHP developers. + +## What is Hacktoberfest? +A month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first pull request to any public repository on GitHub and contribute to the open source developer community. + +[https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/) + +## How to contribute to this project + +You can contribute to this project via 3 simple steps: + +* Fork the Repository. +* Clone it to your local machine. +* Make changes and create Pull request, then wait for it to get merged. + +Follow these simple steps to create a pull request. + +* Create a branch + +```markdown +git checkout -b branch-name +``` + +* Make your changes +* 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! + +### Happy Hacking \ No newline at end of file