this post was submitted on 14 Aug 2023
1165 points (97.7% liked)

Open Source

29109 readers
490 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 4 years ago
MODERATORS
 

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
[–] [email protected] 6 points 11 months ago (5 children)

Where should I store the screenshots? In a screenshots folder in the repo? Should I update them at some time? Should I screenshot both light and dark theme?

[–] [email protected] 9 points 11 months ago (1 children)

Where: In the repository, most projects seem to use media or screenshots as the name of the directory.

How often: Whenever a big change happened or many small changes have accumulated.

What: Light theme suffices. I only care about the general look and feel, not about specific colors.

That’s how I would do it for my own projects.

[–] [email protected] 4 points 11 months ago* (last edited 11 months ago)

As an example, an old Android project of mine: https://github.com/moritzruth/JamRSS

I showed one screen in both the light and the dark variant to demonstrate that the app generally has support for dark mode.

load more comments (3 replies)