this post was submitted on 04 Mar 2026
41 points (97.7% liked)

Open Source

45166 readers
974 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

As the title say, how can I contribute to OSS without the an IT background ?

I know I can of course donate and I also know some ask for translation but French is usually well translated on most software I use.

you are viewing a single comment's thread
view the rest of the comments
[–] dgkf@lemmy.ml 7 points 1 day ago

A few often overlooked ways to contribute:

  • artistic contributions: logos, banners
  • user interface design (I wish more UX folks participated in OSS, many projects could use the love)
  • improving documentation: as a new and/or novice user, you're probably more sensitive to jargon that developers overlook and can help make documentation more useful to others like you
  • accessibility testing: testing software using accessibility settings like high contrast color schemes and screen readers. these use cases are often overlooked
  • project management: participate in the issues, see if the team wants help triaging or managing a discussion/chat platform

Even if not code, some of these are quite specialized. Just be realistic about where you can add something useful.

For all of these, it is critical that you first contact the maintainers and ask what they would find useful. Be mindful that it's also work for the maintainers to manage your help. The only "wrong" way to participate in open source is to drop a bunch of work on someone unprompted.

Generally, if a project already has a clear call for contributions or a contribution guide, that is a good indicator that the maintainers are willing to do a bit of community management to bring in help. I would only suggest investing energy in those projects if you have the choice.