Python-World / Python_and_the_Web

Build Bots, Scrape a website or use an API to solve a problem.
MIT License
684 stars 262 forks source link

Turtle clock #522

Closed ADV1K closed 3 years ago

ADV1K commented 3 years ago

A simple Analog Clock Made with Python Turtle python_q3BbSinMp1

ADV1K commented 3 years ago

created a new clean PR so im closing this one.

ADV1K commented 3 years ago

Hi @ADV1K

  • You have opened a lot of PRs lately. We like the spirit, but not the spam.
  • The PRs you have created till now does not follow the Contributing.md or the given templates.
  • The PRs from the 15 puzzles game till now, the files have been adding on to all the PRs.
  • This is probably because you have either committing from the same branch or creating a new branch from the previously created new branch.

Solutions:

  • Don't touch the master branch ever in your fork.
  • Always create a new branch from master. Checkout to master before creating a new branch.

Possible solutions to fix this:

  • Either you uncommit all these files from respective branches. OR
  • We close all your PRs and you create PRs from Scratch, neatly and properly.

Thank you I Found out my mistake. it was happening because i was creating new branches without checking out to master

github-actions[bot] commented 2 years ago

Python World does not accept pull requests on this repository anymore.