- To earn Git-For-Geeks goodies, you must register and make 4 valid pull requests (PRs) between October 19-29 (in any time zone).
- Pull requests can be made in any repository of Git-For-Geeks organizations.
- Pull requests must be approved by a maintainer of the repository/project to count.
- If a maintainer reports your pull request as spam or behavior is not in line with the project’s code of conduct, you will be ineligible to participate.
For your PR to count, it must be:
- Submitted in a
Git-for-Geeks
repository - The PR should be labeled as
gitforgeeks-accepted
by a maintainer.
Whether it’s your 1st or 999th pull request, there’s always more to learn! We’ve put together a few resources to help you create quality pull requests, keep your repositories pristine, and build on your open-source knowledge.
- Select projects from the repo and try to provide python solutions for the same.
- Follow the file naming convention for all your pull requests.
- While adding any content, it should be inside its appropriate directory
- If there is any inaccurate solution, create an issue!
-
Fork this repository.
-
Clone your forked copy of the project.
git clone https://github.com/<your_github_user_name>/Python-projects
- Navigate to the project directory.
cd Python-projects
- Make changes in source code and stage.
git add .
- Stage your changes and commit
git commit -m "<your_commit_message>"
- Push your local commits to your repository.
git push origin main
-
Create a PR to main repository.
-
Note : if maintainer has suggested changes, do that, otherwise your request won't be considered
Keep Checking leaderBoard to know whether your PR is accepted or not