This Repository is for Hacktoberfest absolute beginners guide
Last updated Jun 2, 2026
97
Stars
276
Forks
148
Issues
0
Stars/day
Attention Score
26
Language breakdown
No language data available.
โธ Files
click to expand
README
Hacktoberfest2021 Repo for Beginners
|
Repo Maintainers |
How You Can Contribute to this repo Adding to follow for Python Concepts is below under
|
Aman Sharma |
- You can not add the same concepts again so, make sure whatever concept you are going to add check it once and add new concepts
How to Begin
0. Star this repository

- :star::star::star: Star this repository have fun! :star::star::star:
1. Fork this repository

2. Clone this repo to your local environment

git clone https://github.com/your-username/Hacktoberfest2021-beginner.git
cd Hacktoberfest2021_beginner
3. Set your streams (For sync your clone with the original repo)
git remote add upstream https://github.com/Aman22sharma/Hacktoberfest2021_beginner.git
git pull upstream master
4. Make your addition to the Python3 concepts in Python3-Learn directories
5. Create a branch
git checkout -b your-branch-name
6. Pull from the upstream again (This is to ensure we still have the latest code)
git pull upstream master
7. Commit and Push your changes
git add .
git commit -m "commit message"
git push origin your-branch-name
- Create a new Pull Request from your forked repository, click the
New Pull Requestbutton located at the top of your repository - Wait for you PR to be reviewed and merge approval
HAPPY Hacktoberfest!
๐ More in this category

