Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				
Bubbles64786y@Jilano in all seriousness I would love to make a command line text editor similar to Nano and Vim - 
				
				@Bubbles you generally only get invested in OSS projects that you use or have need of somehow, without that it's kinda pointless.
 - 
				
				
balenol126yhttps://github.com/godotengine/...
A game engine with 2D/3D capability. Start small by contributing to wikis or small bugs. It's on C++ so if you have a background on C++, then you might as well contribute. - 
				
				
Bubbles64786y@balenol I don’t know nearly enough C++ to contribute to any project I only know bare minimum basics - 
				
				I don't think I look for open source projects as a means to contribute somewhere.
Instead I look for projects that I want to use and care about, because since I'm not getting paid I would rather help software that I consider good than software I consider bad.
I'm a js dev, and the thing I care most of a module is if it's lightweight (I check that with bundlephobia.com), so I'm inclined to help those.
Then comes the rest of important things: code coverage, usage of ecmascript updates, whether the project had a commit in the past year, whether the docs are good enough, the perspective of the author on OSS, and so on.
I usually follow specific authors because I like the way they code. 

I can never find open source projects I want to contribute to.
rant