HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Ask HN: Why don’t GitHub readme pages include screenshots?

2 points·by lgpants·3 jaar geleden·4 comments
I frequently come across GitHub projects that don’t include any screenshots and the project will contain UI elements. I’m wondering if there is a reason why so many don’t include screenshots?

For example sidebery[1] didn’t have it. I use it and it’s great but it’s hard to get a sense of what it does Without actually showing a screenshot.

1. https://github.com/mbnuqw/sidebery

4 comments

devonnull·3 jaar geleden
As other commenters posted, maintaining screenshots is a pain. Especially with software that's regularly changing.

That said, there are more than a few GitHub readmes that contain screens. Sometimes quite a few screens. Here's an example: https://github.com/gsantner/markor
jjgreen·3 jaar geleden
The GitHub repo is mainly for devs, there's a link to the addon page there, it seems reasonable that a dev would know to click on it.
gerimate·3 jaar geleden
As someone who's responsible to maintain docs and readmes I try to avoid working with screenshots as there might be some minor UI changes time to time which might be distracting or confusing.
lgpants·3 jaar geleden
That makes sense, I’ve also written a lot of docs and screenshots are a pain to maintain but also users and myself find them so useful.