I accomplished my first pull request during Hacktoberfest and it was a headache! Searching on GitHub for an issue to work on took was a bit problematic. My biggest problem with finding an issue was that users were not closing fixed issues. Since I was using the search criteria "is:open" it clogged up my results. So some time was spent looking at issues that were open but had been resolved by other contributors. I also cloned a few projects but I was unable to run them. I reached out to the developers to get some help running the projects but I couldn't wait for their response. I managed to find an issue I could contribute to. The issue was that they were missing a logo to the projects README file. To tackle this issue I forked the project and created a separate branch. Then I looked at the markdown file and added an H1 header to the file. This change gave the README file a big logo at the top of all other contexts. After I created a pull request to the main branch of the project. I also commented back to see what they thought of the idea and if an improvement was needed for my pull request. So I'll be patiently waiting for their responses and hopefully, I'll see my change merged into the project. For my next pull request during the month of Hacktoberfest, I plan to work on something bigger. In order to do that I think I need to use better search criteria on GitHub to find a suitable issue for myself.
In my last week's blog, I talked about the two objectives I would take on during November. In the middle of working on the contributions, I decided to change my issue for the internal open source project. I'm hoping to continue with this issue for next pull request I have to submit for my course. As you know, the external open source project I chose to contribute to was vscode . In the beginning, when i saw this issue , i thought this would be an uncomplicated and straightforward issue to work on within a big open source project. Before i forked the clown, i took a good look at the documents they had to just get a sense of how to contribute to the project and do the simple tasks of running and testing. After cloning, i had an issue running the project, this is where i spent some good time reading the documentation again, but i was just having a hard time running the project. I managed to get it running after a few reads. Thanks to another contributor i had a hint of where
Comments
Post a Comment