Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!
Celebrate Hacktoberfest by getting involved in the open source community by working on some simple issues in this project.
This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.
https://github.com/surya0180/Hacktoberfest2023
A month-long celebration from October 1st - 31st sponsored by Digital Ocean and Appwrite to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
Here are 3 quick and painless ways to contribute to this project:
- This repository has some issues created in the issues section
- Find an issue that is comfortable to you and add a message in that stating your interest in that issue. Issues are assigned on first come first serve basis
- Once the issue is assigned, you can work on that task and submit a pull request. Detailed process on how to open a pull request is available below.
Choose one or more issues, make a pull request for your work and wait for it to be merged!
- 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/your-username/hacktoberfest.git
- Make your changes (choose from any issue in the issues tab)
- Commit and push
git add .
git commit -m 'Commit message'
git push origin main
- 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!