Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 663 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 663 Bytes

Bug-Fixing Task

Task

  1. Clone this repository:

      git clone https://github.com/IEEE-AlexSB-Technical-Committee/GitHub-Debugging.git
      cd GitHub-Debugging
    • OR clone it using "VS Code".
  2. Create your branches:

    • You will find two Python files
    • Create a branch for each buggy code
  3. Start fixing the bugs:

    • Fix as many bugs as you can
    • Commit and push your changes
  4. Pull Request:

    • Create a pull request to merge your branches into the main branch here

Summary

  • Clone the repository.
  • Fix bugs in the code files.
  • Commit and push the changes.
  • Create a pull request with the fixes.