Anyone contributing to Lemmy's code development

https://lemmy.world/post/79642

Anyone contributing to Lemmy's code development - Lemmy.world

Curious if anyone is working on the codebase for Lemmy. I’m sure we all see a few places where it could use some love. The main repos are: - https://github.com/LemmyNet/lemmy [https://github.com/LemmyNet/lemmy] - https://github.com/LemmyNet/lemmy-ui [https://github.com/LemmyNet/lemmy-ui] Personally, I’ve been working on a few small things for docs. PS: Here’s a pretty easy ticket to jump on if you want to get started :) https://github.com/LemmyNet/lemmy-ui/issues/1214 [https://github.com/LemmyNet/lemmy-ui/issues/1214]

I’ll try to contribute to the backend! I’ve always found it daunting, because often the issues are taken up.

Are you a rust dev? The backend is all rust and I think there are many pretty easy open issues to checkout.

One thing (not sure if there is an issue right now) that is a problem on the backend is that it doesn't send a response if you put the wrong username+password so the frontend just stays loading forever. However, maybe this will be fixed automatically when they stop using websocks (soon)

I've mostly done low level work with it at school but I've been wanting to learn web dev with it :) Might pick up one of the easy issues!

This might be a easy first issue to try: https://github.com/LemmyNet/lemmy/issues/707

Probably not really coding but would get you familiar with how the system works :)