Open source is changing the world – one contribution at a time.
Hacktoberfest is a month long event where people are awarded for contributing to open source projects 🙌, and we're joining the party .Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.
- Fork the project
- Make any changes in your forked repo
- On this repo, click
Pull Requests
and raise aPull Request
selecting your fork on the right drop down
- 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.
git clone https://github.com/cipher-droid/Hacktoberfest-23
- Create a branch
git checkout -b your-branch-name
- Make your changes.
- Commit and push your code.
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 contributing!
- Go to the issue section
- Create a new Issue
- Raise a valid Issue, and wait until the maintainer assigns it
- When doing PR also add this to PR
closes #your_issue_no