Ask HN: Best OSS Projects for Beginning Contributors
11–20 of 37 posts
Re: Ask HN: Best OSS Projects for Beginning Contributors
#12Re: Ask HN: Best OSS Projects for Beginning Contributors
#13I'm terrible at open source because I usually fix things that don't need to be fixed (aka refactor). Then people yell at me to go away.
You're dealing with terrible project maintainers then. Refactoring is super, super important and any project that rejects it must have a strange codebase. Either that or the project owners/maintainers have a lot of pride.
Re: Ask HN: Best OSS Projects for Beginning Contributors
#14I'm terrible at open source because I usually fix things that don't need to be fixed (aka refactor). Then people yell at me to go away.
You're dealing with terrible project maintainers then. Refactoring is super, super important and any project that rejects it must have a strange codebase. Either that or the project owners/maintainers have a lot of pride.
Re: Ask HN: Best OSS Projects for Beginning Contributors
#15Earlier quoted context omitted.
You're dealing with terrible project maintainers then. Refactoring is super, super important and any project that rejects it must have a strange codebase. Either that or the project owners/maintainers have a lot of pride.
That strikes me as a bit of an odd stance to take. While refactoring is certainly a portion of the work done to most any project, I wouldn't think that refactoring would be attractive as a first commit for someone who may be viewed as an outsider to a project. Even if you overlook that getting code that matches a projects style guides might be rarer than it should be refactoring (at least in most cases that I need to…
I guess "small" is key. I agree a large refactoring would be troublesome to verify.
Re: Ask HN: Best OSS Projects for Beginning Contributors
#16Re: Ask HN: Best OSS Projects for Beginning Contributors
#17Earlier quoted context omitted.
You're dealing with terrible project maintainers then. Refactoring is super, super important and any project that rejects it must have a strange codebase. Either that or the project owners/maintainers have a lot of pride.
That strikes me as a bit of an odd stance to take. While refactoring is certainly a portion of the work done to most any project, I wouldn't think that refactoring would be attractive as a first commit for someone who may be viewed as an outsider to a project. Even if you overlook that getting code that matches a projects style guides might be rarer than it should be refactoring (at least in most cases that I need to…
Re: Ask HN: Best OSS Projects for Beginning Contributors
#18Re: Ask HN: Best OSS Projects for Beginning Contributors
#19Maybe I should launch a "Please write help us write docs" plateform.
Re: Ask HN: Best OSS Projects for Beginning Contributors
#20Earlier quoted context omitted.
That strikes me as a bit of an odd stance to take. While refactoring is certainly a portion of the work done to most any project, I wouldn't think that refactoring would be attractive as a first commit for someone who may be viewed as an outsider to a project. Even if you overlook that getting code that matches a projects style guides might be rarer than it should be refactoring (at least in most cases that I need to…
What does make a good first commit? I ask because I'm just starting to try to work on open source. The first commit I made on the one project I've already started getting involved with was adding more content (especially where there was a "TODO: more of this" comment), and correcting spellings. I wouldn't know how to start on something less content-based, though.