The end of 2020 is approaching, did you write an Advent calendar? I'm writing this poem because I haven't filled in two frames yet. At the beginning of December, I decided to make a story for the Advent calendar, and I decided to contribute to OSS during this period, but for some reason I decided to make OSS (although it is a simple CLI). ..
TL;DR The actions that try to contribute to OSS are learning. Especially when I think about adding a function to a library or tool that I usually use, I try to find out if the existing function can do it or try to understand the implementation. However, I think that the libraries and tools I use have a relatively large number of stars, so in that respect I felt that there was a lot of timing in terms of making a contribution.
So, I think that many articles on the Internet that contribute to OSS are easy to contribute to those with a small number of stars. I decided to make my own OSS because I thought it wouldn't make much sense to contribute to something with a small number of stars that I didn't use.
As an advertisement, I made a command line tool called Graphmize that visualizes the dependencies of Kustomize's sources. Please use it if you like. We are also looking forward to your contributions.
At first I didn't know anything, so I relied on articles on the internet to learn how to do it. This area seems to be helpful for how to do it. Summary of how to participate in OSS development that is surprisingly easy to get along with
However, as I wrote in TL; DR, there are many famous libraries that I usually use, and I felt that it would be difficult to get started. As you might expect, as you can see in this article, it's difficult for beginners to choose a project to tackle. https://speakerdeck.com/ohbarye/how-to-find-good-first-issues-final?slide=17
For the time being, I thought that I could contribute to the document, so I added a little to the README of Kubernetes Cloudflare Sync that I used for business, and I felt like I was contributing. However, the next time I tried to connect, I felt that just preparing the documentation would not lead to an understanding of the implementation.
There is a kind thing called good first issue in the tag of GtiHub, and I decided to look at the issue with it. As for how to check, I recommend the site Github Help Wanted because it was easy to find because it could be narrowed down by language and tag. However, since there are many projects I don't know, it would be nice if there were some that were of interest to me, but I felt a hurdle when I thought about using them.
I'm getting tired of searching on Github Help Wanted, and my motivation has dropped, so I thought it would be better to take an approach that solves what I usually feel as an issue. When I was looking for an OSS that could solve the problem, I found something like that, but since the update stopped two years ago, I decided to create a new one based on the following repository. jpreese/kustomize-graph
Actually, it was a little different from the function I wanted, so I made my own tool by referring to this repository, but in a sense, I think that what I am doing is a substantial contribution (?) As an experience gained because it adds functions. I will.
Contributed to OSS as a material for the Advent calendar! I couldn't say that, but I could feel the fun of OSS a little. If you can keep up with your motivation, I think you can enjoy OSS contribution. The road to becoming a great contributor seems to be tough, but I'm thinking of trying to fix bugs in libraries with a large number of stars.
Recommended Posts