Skip to content
Open
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# 💻 WELCOME TO THE HACKTOBERFEST STARTERPACK! 💻
## Hello friends! ,
## What is Hacktoberfest?
Hacktoberfest is a movement to contribute and support the [Open Source] project (https://github.com/open-source) which is supported by [Digital Ocean] (https://hacktoberfest.digitalocean.com/) and [GitHub] ( https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest). Held in October every year. To follow suit Make your first pull request to any public repository on GitHub to contribute to the open source developer community.

(https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/)
[Hacktoberfest](https://hacktoberfest.digitalocean.com/) is a movement to contribute and support the [Open source project](https://github.com/open-source) which is supported by [Digital Ocean](https://www.digitalocean.com/) and [GitHub]( https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest). Held in October every year. To follow suit Make your first pull request to any public repository on GitHub to contribute to the open source developer community.

## How To Contribute To This Project
How to:
Expand Down Expand Up @@ -89,7 +87,7 @@ give a file name like this `hello_world_yourusername.xx`. or, `hello_world_ceeee
* Commit and push

```markdown
git add.
git add .
git commit -m 'Add it "hacktoberfest"'
git push origin branch-name
```
Expand Down