This October was overall eventful. It was my first time participating in Hacktoberfest and contributing to impressive open-source projects all month.
It was a fantastic experience because it helped me:
- Form new connections.
- Collaborate with developers around the globe.
- Get comfortable with contributing to projects that I do not maintain.
- Improve my coding skills.
Linear Progression (in order)
Improve Telescope documentation (1/4)
Add missing information about the proper way to initialize PostgresSQL
for development purposes.
Hacktoberfest PR 3: Improving documentation
TD ・ Oct 30 '22 ・ 1 min read
Disable spell-check in Linked editor (2/4)
Linked currently does not have support spell-check. Thus, there is no point in underlining typos.
Hacktoberfest Wrap-Up: Minor Contribution to Linked
TD ・ Oct 30 '22 ・ 1 min read
Fix overlapping tooltip bug in Telescope (3/4)
Hovering over the avatar in the top navigation shows the 'Sign out' tooltip overlapping with the username. I adjusted the tooltip position to display it outside the avatar.
Hacktoberfest: Fixing a UI bug
TD ・ Oct 22 '22 ・ 2 min read
Implement completion spec for ssh-keygen
in Fig Autocomplete (4/4)
Add autocompletion for the ssh-keygen
command using man
pages as my reference.
Hacktoberfest Week 1: First Contribution...
TD ・ Oct 10 '22 ・ 3 min read
Learning outcomes
- Getting comfortable setting up different projects on my local machine based on contribution documentation. I also learned that it is only sometimes a straightforward process. You may run into issues during the configuration process for medium to large-scale projects and may have to seek assistance from community members.
- Getting comfortable with Git rebasing is a must for medium to large-size projects.
- Often, a bug may seem easy to fix until you start working on it. I learned that timing and research is the key.
- There is no shame in having too many reviews and comments on a PR. It is better to get used to it now than later. There's no escape. Eventually, the pull requests will get longer.
Top comments (0)