top | item 13500652

Ask HN: What are some ways to support open source projects besides writing code?

8 points| cagrimmett | 9 years ago

I wish more open source projects had a way to support them besides for working on the code base. I usually don't know the languages they use or don't want to invest the time to learn their framework. I'll gladly give the project $20, though.

What are some ways to support open source projects besides writing code?

10 comments

order

Belar|9 years ago

Pretty much always you can "give them a $20", every medium+ sized project has some kind of support program going or accepts donations.

However, if they don't or someone doesn't have a $20 to throw at open source, there are a lot of ways to help. Just to mention a few (assuming you are at least an active user):

- help less experienced users (answer community questions, reported issues etc.),

- improve documentation (documentation is never finished),

- share your knowledge about a tool (write an article, tutorial),

- take part in tests and report bugs,

- apply your skills (design, writing, community management etc.) to aid project's needs,

- create (and maintain) a useful "resource" (e.g. list of example projects, plugin reviews).

There are many ways that often go "unnoticed" or rather... no one may officially pat you on the back for it, but it helps.

cottonseed|9 years ago

Documentation! See this recent thread for example:

https://news.ycombinator.com/item?id=13437252

Or generally anything that helps user experience: documentation, improving web site/documentation design, testing, finding bugs and making high quality bug reports, evangelizing the project to users who need it but aren't aware, becoming a expert user of the project (which will almost certainly lead to bug reports, suggestions for improvements to features and documentation, etc.) and triaging tickets, answering questions in the support forum, etc.

nnn1234|9 years ago

Totally support www.opencollective.com, those guys are awesome. Documentation always helps There needs to be a piecemeal way of supporting such projects, take a look at hit record.org for creative stuff and also I am part of a team thats building a platform to do exactly what you request. Launching Feb 8th. Check out www.crowdraising.co

tmaly|9 years ago

I have been giving Mozilla foundation $20 each year. I use firefox daily and I am interested to see how Rust develops.

jetti|9 years ago

Write documentation. Good documentation is hard to find for a lot of open source software.

accraze|9 years ago

Seconding this, docs are some of the best way to get involved. Alot of open source docs are very bare bones and maintainers are usually more than happy to get a docs PR.

x1798DE|9 years ago

I would absolutely agree with this, except OP says that they don't know the relevant language or framework well enough to write code - it's possible but unlikely that they'd have the ability to understand the code well enough to write proper documentation (though presumably they could read the documentation and fix grammatical mistakes and such).