Welcome! This is a beginner-friendly repository where anyone can contribute. Whether you're a coding newbie or an experienced developer, you're welcome here!
Follow the simple guidelines below to start contributing. Let's celebrate open source together! 💻✨
-
Fork the Repository
- Click on the
Fork
button at the top-right corner of this repository to create a copy in your GitHub account.
- Click on the
-
Clone the Repository
- Clone the repository to your local system:
https://github.com/Riya922003/python-projects.git
- Clone the repository to your local system:
-
Change Your Directory
- Navigate to the repository folder:
cd python-projects
- Navigate to the repository folder:
-
Create a New Branch
- Make a new branch for your changes:
git checkout -b <your-branch-name>
- Make a new branch for your changes:
-
Make Changes
- Follow the rules for adding your files (mentioned below).
-
Stage Your Changes
- Add all your changes to Git:
git add .
- Add all your changes to Git:
-
Commit Your Changes
- Commit your changes with a meaningful message:
git commit -m 'ADD-COMMENT'
- Commit your changes with a meaningful message:
-
Push Your Changes
- Push the branch to your repository:
git push -u origin <your-branch-name>
- Push the branch to your repository:
-
Create a Pull Request
- Go to your forked repository on GitHub and click on
Compare & Pull Request
. - Submit your changes for review. 🎉
- Go to your forked repository on GitHub and click on
-
Make a New Folder
- Create a folder for your project or contribution.
-
Add Your Code
- Add a
.py
file with your code.
- Add a
-
Main Logic File
- Name the main logic file of your project as
main.py
.
- Name the main logic file of your project as
-
Add a README
- Include a
README.md
file in your folder. - Describe your project and how it works.
- Include a
- Clone the Repository:
https://github.com/Riya922003/python-projects.git