10 ways to contribute to an open source project without writing code

No readers like this yet.
Hands together around the word trust

Opensource.com

What are the ways we can give to an open source community without contributing code?

A recent comment to an Opensource.com article a career in open source went something like that they wanted to contribute to open source but lacked coding skills. In fact, code contributions are very helpful and welcome for most open source projects, but there are a lot of other ways to contribute.

First, there are two things to remember about open source projects:

  1. Open source is not only about sharing in the sense of "throwing code over the wall for others"; it's also about contributing back. When my open source career started, I was benefiting from software like INN. Then, it became natural for me to give my modifications and additions back.
  2. Open source is a meritocracy. When you start working on a project for the first time and no one knows who you are, it's important to communicate. Start with what you need to get started or to get you through a problem. Otherwise, you likely to be ignored. If you have contributed to a project before, you are more likely to get a new feature implemented because there is trust from the community that gets you more rights and permissions to access code and document on the wikis.

When you start helping an open source project and enter the community built around it, you begin on a path that grows from a point where you are "outside" to a point where you are on the "inside." This is typical of any community and especially functional in an open source community. Remember this as you begin communications; if you don't get a reaction during your first contact or outreach, don't be disappointed. Continue to contribute, share, and strive for respectful communication, and you will succeed.

10 ways to contribute to an open source community

(without contributing code)

  1. Provide reports of what you liked and what you did not like. This includes bug reports as well as simple communication with the appropriate person(s). It is good to hear from users as well about how the project has helped them and to find out the details of their set up.
  2. Create feature requests that explain your use case. Describe why you find it is useful and how others can benefit. Without code contributions it is of course harder to get that feature into the code. But, if you can explain why the feature is useful and how others can benefit from it as well, you will often find out that others have similar pain points and eventually someone might implement that new feature.
  3. Test the code while it is being developed. No matter how many automated tests are in place the reality is that the project runs on a combination of hardware and software as well as other environmental items that have not been tested by the project team (which in fact can't all be tested). So taking a daily or weekly snapshot, installing it, and giving feedback is very helpful and welcome. For the project I work on, we changed some graphs and had one community member giving almost daily feedback about his experience from the latest code, which resulted in a lot of fixes and improvements.
  4. Write documentation. Many project contributors are good coders but not (documentation) writers. Some documentation is barely readable and needs proofreading for grammar, spelling, and sentence construction corrections. This helps the overall implementation and evolution of a project. In other cases, documentation describes technical details but lacks any information for beginners. Plus, outlier cases, workarounds, and best practices should written down and included. If you find the same question answered over and over again, you may also be able to write or update a Frequently asked Questions (FAQ) document, so that the answers are readily available for future reference.
  5. Translate the user interface and documentation. While many users understand English quite well, it is also true that many enjoy documentation that is written in their native language. After writing the first German book on JBoss AS, I was contacted by people telling me that they had read all available documentation in English already but that they still benefited from the book in their native language because they could concentrate more on the technical content without the distraction of reading in a foreign language.
  6. Answer questions users have on the forums and mailing lists. You may be surprised that you know more than you thought you did. And, the user on the other end will be very grateful for your help. Also, when you attemp to answer a question, you yourself will then better understand the project. This will help you write better bug reports, feature requests, and documentation. Bonuses to helping answer questions is that users who get faster answers are then more attracted to the project and much more likely to stay and contribute and core project members can spend more time coding. These both work to strengthen the project as a whole.
  7. Help design the user interface, logo, and website. Many programmers tend to create very technical user interfaces that are not aesthetically pleasing and may not attract new users. Good and self-describing interfaces do not by themselves provide new or additional functionality, but can very much improve the user experience. The same also applies to the website and any logos that are needed. Improving the visual appearance of the project can thus very much contribute to reducing the support efforts and can at the same time invite new users to try it.
  8. Promote the project by talking about it at your local user group, writing a blog post, and/or spreading updates via social media channels if you use them. Even if you think others must have heard about the project, don't assume. Hearing someone talk about their personal experience with a project is much stronger and involve others in a different way (versus browsing the project website and/or source code).
  9. Provide hardware if there is a need for dedicated build or test servers. You can provide access to hardware in a datacenter directly to the developers or indirectly by running continuous integration or testing yourself then providing results back to the project.
  10. Thank the community for their work and contributions to the cause you are working for and goals you are working towards.

These ways to help an open source project without contributing code are a great way to get started. If you have some more ways, please share them in the comments.

User profile image.
Heiko is a long time open source committer. He currently works for Red Hat on the topic of monitoring and management of server and softwares systems. Heiko has received a master in Computer Science from University of Karlsruhe and has written two books on JBoss AS and Enterprise Java Beans.

6 Comments

thank you..

I'd like to add a few more ideas in ways people could contribute.

For example, if you are good at organizing events. A lot of open source projects run global and local events. Having an organizer focusing on this task, which has the necessary experience, is a great asset to the project.

Another way to contribute is to put your leadership skills to use. Usually you get assigned to a leadership role through meritocracy. Some project however realize that the way to grow is to put experienced and skilled people in place. For example http://community.joomla.org/blogs/leadership/1774-call-for-osm-board-position-to-lead-capital-committee.html. So if you have a passion for open source and/or a certain project/product, and you have the skills, this is a way to contribute as well.

Several years ago a group of FOSS developers, teachers, and students brainstormed a list of nearly 100 ways to participate in FOSS projects:
http://xcitegroup.org/softhum/doku.php?id=f:50ways

I realize this response may seem over simplistic, however I just wanted to say thank you. Not being a coder I just sort of resigned myself to the fact that I would always be a user and not a contributer. All I need to do now is pick a project or two and get started.

Hi all !!

I have translated in spanish this great article, Thanks to the author and this web for let me do it!
You can read it here:
- http://victorhckinthefreeworld.wordpress.com/2013/11/05/como-contribuir-en-un-proyecto-de-codigo-abierto-sin-programar-codigo/

And is one of the most readed in my blog, until now!!

Have a lot of fun!!

Thank you open source community for your contribution

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.