Welcome! We're excited to have you on board. Follow the steps below to contribute and add your name, picture, LinkedIn profile, and GitHub profile to our contributors' list.
-
Fork this Repository using the button at the top on right corner.
-
Clone your forked repository to your pc
git clone https://github.com/SamarthTech/Pyhton-GUI-Projects.git
git clone https://github.com/SamarthTech/Pyhton-GUI-Projects.git
-
Create a new folder and upload your mini project/source code there.
-
Carve your own path with a new branch for your modifications (ie.
git branch new-user
and check it outgit checkout new-user
or simply dogit checkout -b new-user
) -
Blaze your trail with these commands:
git add -A
orgit add .
,git commit -m "added myself"
, andgit push origin new-explorer
-
Create a pull request
-
Star this repository
Here is a quick reference guide for GitHub: GitHub Guide
- Aim to make more than 4 pull requests.
- Imagine you've only made 4 pull requests to different projects, but one of those projects isn't part of the Hacktoberfest event.
- In that case, your pull request won't be counted, leaving you with just 3 valid ones if those projects aren't excluded either.
- To ensure your success, I recommend making a pull request to your own repo, as long as it has the Hacktoberfest topic.