Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 467 Bytes

Today_i_Fixed_python

The purpose of this repository is to store the bug fixes in an organized manner which we do on daily basis by investing our precious time and to make it a Time Saver for other developers encountering with the same issues.

Format of the bug fix PR should be like this:

Problem

... 1-2 liner problem statment ...

Environment

  • IDE Version : ...

How you fix it

... 3-4 lines of description ...

Solution

code references