this post was submitted on 14 Aug 2026
116 points (96.0% liked)

Selfhosted

61475 readers
940 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I use open source self hosted software everyday. I love the community and I would love to be able to contribute to some of these projects.

As far as code goes, I basically no nothing about how it works. I see the development section of the repos I use and again, I've go no idea how it works.

How can I teach myself how to offer small improvements to the projects I use?

you are viewing a single comment's thread
view the rest of the comments
[–] slazer2au@lemmy.world 85 points 4 days ago* (last edited 4 days ago) (4 children)

Not all support of oss is code related. Updating documentation is a really important part too but programmers are generally bad at it.
Translating documentation to other languages too.

[–] VonReposti@feddit.dk 22 points 4 days ago (1 children)

For a project I liked I saw that the translation of the UI was only about 1% complete for my native language. I decided to dedicate the weekend to get it above 95%. This was apparently the part that seemed too hard for most to make a dent in, but across several new versions my language is still 100%. I think my groundwork made it easier for some sporadic contributors to get a small bit of dopamine when updating the few new strings in a release to see it hit 100% again.

[–] manxu@piefed.social 5 points 4 days ago

You are the hero your community needed! It makes a huge difference for a lot of people when they can read a screen without having to guess what the English words mean.

[–] JustEnoughDucks@slrpnk.net 5 points 4 days ago (1 children)

Please dear god let STM or Nordic someone hire some technical writers for Zephyr, not just Nordic documentation.

The data structures, macro basics, and core concepts are OK, but for example ADCs have literally 0 documentation at all, documentation about DMAs is barebones at absolute best, non-led PWMs is not good, etc...

Pretty much every single peripheral needs 5x-100x the documentation it currently has lol.

[–] slazer2au@lemmy.world 3 points 4 days ago (1 children)

Sounds like you gave yourself a hobby there mate.

[–] JustEnoughDucks@slrpnk.net 3 points 4 days ago

I am already trying to understand all of it first myself. In the middle of a full-strip renovation; I don't think I will have time to spend on it 😂

[–] carlnewton@feddit.uk 3 points 3 days ago

Translating documentation

And translations for the application itself in some cases, so that it can be ran and used in different languages. Human contributions to the language files of the application is what my project needs more than anything else, and if you do speak a non-English language fluently, I'd be very grateful! Here's how I've worded it for my project:

If you would like your language to be supported, please create a new pull request, or a new issue with your language file, using an existing language file as a template.

[–] sem@piefed.blahaj.zone 2 points 3 days ago

Do you know any open source efforts who will train you how to write documentation in exchange for committing to volunteerimg a certain amount? I would be interested.