Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
* add hacktoberfest stuff
  • Loading branch information
Sushrut1101 committed Oct 1, 2022
1 parent 266495c commit d34fc82
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,36 @@ Credit for those tools goes to everyone whosoever worked hard to put all those p
- unpackboot.sh (bootimg and ramdisk extractor, modified shell script)
- Originally by @xiaolu and @carlitros900, stripped to unpack functionallity, by me @rokibhasansagar
- twrpdtgen by @SebaUbuntu

# Hacktoberfest

## 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/)

## Getting started

- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your fork down to your local machine

```markdown
git clone https://github.com/your-username/python_codes.git
```

- Make your changes ( eg: Add Some python code )
- Commit and push

```markdown
git add .
git commit -m 'Commit message'
git push origin branch-name
```

## How to Participate

- 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**
- Enjoy & Wait for your free swags!

0 comments on commit d34fc82

Please sign in to comment.