Aman22sharma / Hacktoberfest2021_beginner

This Repository is for Hacktoberfest absolute beginners guide
MIT License
96 stars 282 forks source link
biginner contribution goodfirstissue hacktoberfest hacktoberfest2021 opensource python3

Hacktoberfest2021 Repo for Beginners

HF2020 Events 1600x400 Centered

- Follow the Contribution guidelines**
Repo Maintainers
## How You Can Contribute to this repo Adding to follow for Python Concepts is below under `Format` 1. Add your Python3 Concepts in the respective `Python3-Learn` directory ### Name of File: python3-concept-name_yourusername.py ```markdown example: hello_world_Aman22sharma.py example: Variables_yourusername.py example: Data-types_Aman22sharma.py ``` ### Name of File: python3-concept-name_yourusername.py # Format ### * Python3-Learn ### Name of File: python3-concept-name_yourusername.py ```markdown // AUTHOR: Your Name // Python3 Concept: (ex: variable,datatypes etc) // GITHUB: your github profile link //Add your python3 concept below ```

Aman Sharma
Product Engineer
@Hylobiz, Banglore (India)

Shruti Shastri
Software Engineer
@32nd, Delhi (India)

Make a Pull Request for your changes and wait to be merged.

How to Begin

0. Star this repository

Copy of Colorful Neon Marble Gaming YouTube Channel Art (1)

Copy of Colorful Neon Marble Gaming YouTube Channel Art

2. Clone this repo to your local environment

Copy of Colorful Neon Marble Gaming YouTube Channel Art (2)

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

HAPPY Hacktoberfest!

1_Zgzm5Dw86UPNlSLeyUAoyw