Finally finished my bugfix assignment. This was so much more annoying than it should have been. I tried looking for something cool like a fix for a rwby game hosted on Github, but everything I found was dead or in a language I didn’t understand. I then decided to try and use the links provided to me and get something easy. I tried the easy first time bug fix link for mozilla and the other weird one and both of them were very not user friendly and way over my head in complexity so I dropped them after messing around with them for about an hour. I then found the Hearthstone deck tracker github account and decided to try and fix something there. I ran into an issue with that really quick though, I didn’t have Visual Studio 2015 downloaded. I spent almost an hour trying to get the download started, but the RIT MSDNAA was having major issue and wouldn’t start the download for some reason. I eventually got it working and the download said it would take two hours, that was not going to happen. I moved off that idea and started looking for something else. I was talking to Luna and she said she just typed in Typos into the github search bar and went from there. This part took too long. Every person I found that had a typo just said typo in the description without any other description. I downloaded 6 different repositories before I finally found one with a typo in it. It was some personal project that did a bunch of math stuff. Somewhere in the code somebody misspelled recursiveFibonacci. I thought that would be pretty easy because they even gave a line number. It was actually harder than I thought, first off they had the wrong line number, secondly they didn’t have a solution for the project so I had to go through every file and open every file and use ctrl+f to find the typo. The file structure was also messed up, it had no coherent structure and the names were terrible. I eventually found the typo and fixed it. Here is a link to the fix and the original post. https://github.com/ryra/Personal/pull/2 https://github.com/ryra/Personal/issues/1