1220
submitted 2 years ago* (last edited 2 years ago) by mypasswordis1234@lemmy.world to c/opensource@lemmy.ml

I beg you, if you are a developer of an open source app or program - add screenshots of your app to the README file. When looking for the perfect app, I had to install dozens of them just to see what the user interface looked like and whether it suits me. This will allow users to decide if the app they choose will suit them... Please, don't think about it, just do it....

you are viewing a single comment's thread
view the rest of the comments
[-] SpacePirate@lemmy.ml 15 points 2 years ago

While I get the sentiment, historically, readmes have been text only, and should predominately focus on usage options, not a sales pitch. Today in GitHub, these files support markdown, but the level of effort is probably two orders of magnitude higher than a text readme alone.

Think of a readme file on GitHub/distributed with the binary more as a man page than a proper website.

[-] mypasswordis1234@lemmy.world 44 points 2 years ago

So why not add a 'Screenshots' section with hyperlinks to PNG files?

[-] Nawor3565 30 points 2 years ago

Or, hell, just add a "screenshots" folder to the repo and mention its existence in the readme.

[-] vsouzas@lemmy.eco.br 12 points 2 years ago

The best solution is to create an issue and attach the pictures there. You can then link in README and not bloat the repository.

[-] Serinus@lemmy.ml 5 points 2 years ago

If I clone the repo I expect everything to work, including the readme.

[-] andruid@lemmy.ml 1 points 2 years ago

That's a good point non-text shouldn't be in the git tree, git-lfs is another solution for that though

[-] CoderKat@lemm.ee 4 points 2 years ago

I mean, yes, it's a little more effort, but I think you're over playing how much effort is required. Writing a half decent readme is vastly easier than frankly any feature or bug fix. Taking a couple of notable screenshots is super easy. Writing docs is hard (I've written tons for large and complicated projects), but readmes are the easiest and including screenshots is really quite easy.

Everywhere supports markdown in readmes now. Literally everywhere I've ever hosted code. And markdown with links to images is perfectly fine even if viewed in plain text mode. They'll just click the link and view the image standalone. I've done that plenty of times, too. Every editor (plus in-browser code hosts in plain text mode) makes it easy.

this post was submitted on 14 Aug 2023
1220 points (100.0% liked)

Open Source

35485 readers
49 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 5 years ago
MODERATORS