This repository aims to help code beginners with their first successful pull request and open source contribution. π₯³
β Register for Hacktoberfest: Navigate to the Hacktoberfest registration page and follow the instructions. But, read the rules carefully before you do and then sign In using your GitHub credentials.
β Feel free to 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!
β Make sure to grab some cool swags during Hacktoberfest by getting involved in the open-source community.
This repository is open to all members of the GitHub community. Any member can contribute to this project! π
A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub 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.
https://hacktoberfest.digitalocean.com/
To qualify for the official limited edition Hacktoberfest shirt, you must register here and make four Pull Requests (PRs) between October 1-31, 2021 (in any time zone). PRs can be made to any public repo on GitHub, not only the ones with issues labeled Hacktoberfest. This year, the first 70,000 participants who complete the challenge will earn a T-shirt.
β οΈβ οΈ Same Programming questions will not be accepted β οΈβ οΈ
Star & Fork the Repository π repository.
- this
Must fill data.json file after completing your task
- Choose from these tasks below π
- Beginner level π
- Intermediate level π
Task 1: Add your program question and solution π
Add any programming question and its solution in a separate folder and make your way to Open Source.
β The file structure will be as follows:
<name of program>/
βββ question.md
βββ <solution> (Solution file in any language including C/Java/Python etc.)
- After submitting your programming questions don't forget to add your name and github user name here
π Upload your contribution here in this folder Task 1
Task 2: Submit your Own portfolio page/ GitHub profiles π
- follow this
- Make sure you don't chnage anything in this Just copy this code and add required details -
<table width="100%"><tr><td align="center"><p><a href="portfolio link">Your name</a></p><img src=" Image URL " /></td>
- After submitting the profiles don't forget to add your profile details in data.json
π Upload your contribution here in this folder Task 2
- You can also contribute these project π
Project | Issues π | Open PRs π | Closed PRs π |
---|---|---|---|
Project-Guidance |
Project | Issues π | Open PRs π | Closed PRs π |
---|---|---|---|
Generation |
Project | Issues π | Open PRs π | Closed PRs π |
---|---|---|---|
AI Integrated Ludo Game |
Project | Issues π | Open PRs π | Closed PRs π |
---|---|---|---|
Mr. Pomodoro |
Please read our Code of Conduct .
1 STARthis repository.
2 Fork this repository.
3 Clone the forked repository.
git clone https://github.com/<your-github-username>/Hacktoberfest-2021
4 Navigate to the project directory.
cd Hacktoberfest-2021
5 Create a new branch.
git checkout -b <your_branch_name>
6 Make changes.
7 Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
8 Push your local commits to the remote repo.
git push -u origin <your_branch_name>
9. Congratulations! π Sit and relax, you've made your contribution to Hacktoberfest_2021. βοΈ β€οΈ π₯
If you have any doubt feel free to raise a question here
You can refer to the following articles on basics of Git and Github and also contact the Project Mentor, in case you are stuck:
- Forking a Repo
- Cloning a Repo
- How to create a Pull Request
- Getting started with Git and GitHub
- Learn GitHub from Scratch
It always takes time to understand and learn. So, do not worry at all. We know you have got this!πͺ
π π π Happy Contributing π π π
_____ _ _ __ __
|_ _| |__ __ _ _ __ | | __ \ \ / /__ _ _
| | | '_ \ / _` | '_ \| |/ / \ V / _ \| | | |
| | | | | | (_| | | | | < | | (_) | |_| |
|_| |_| |_|\__,_|_| |_|_|\_\ |_|\___/ \__,_|