Skip Navigation

Open source devs: please, please add screenshots...

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....

140 comments
  • 100% agree! I always get so frustrated when there are no screenshots in the README.md or on the site.

    • On github you can even paste your screenshot right from the clipboard. Zero excuses for not having a screenshot.

  • 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?

    • Thatโ€™s one option, or use imgur.

      Update them if your UI has significantly changed or does not adequately represent the final product.

      If having a light/dark theme is an important feature or highly requested feature for your project, it would be nice to show it off.

      Screenshots can, most of the time, get away with showing just the default configuration. Share what a user would see when opening your project for the first time, and assume they used the default configuration. Optionally, if you offer a lot of customization, show what it could look like if someone spent a good amount of time personalizing things!

    • 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.

    • Yes. Git can store binary files fine. It's not the most efficient for storing them, but it works, especially for a small number of screenshots. For updating and theme, that's entirely up to you. It's all a judgement call. If you want to show off your functionality (like a dark mode), I encourage you to include screenshots of it. If you substantially change your UI, update the images.

      You don't have to update for every new button you add. It's more about giving a general impression of the UI. Is it minimalist? Is it a chaotic mess? Does it look like it fits in naturally with whatever OS appears to have been used? Does it look like any thought was put into UI and UX? Those are the kinds of things you're trying to answer.

  • I totally agree that screenshots and a proper description of the app in the README are a must-have for all foss apps, but as a developer I know that most of the times you prefer use your time to add new features to your app rather then documenting existing ones...

    Personally I'll try to add them to all my future projects but what I would suggest to everyone who use and love a foss app is to check out its README and, if needed, submit a pull request with an updated version of it with screenshot etc (You don't need to be a developer to do that and it can be really appreciated)

  • Too lazy to just look the UI up and you want others to waste their time giving you numerous UI screenshots. Hypocrite

    • a.) I'm not convinced you know what the word hypocrite means.

      b.) More importantly, they didn't ask for "numerous," they asked for one.

      c.) Searching for the UI on, say Google, can have, at best, mixed results. Ive done this, then DLed and tried out the program only to find a completely different UI.

      d.) The dev adding one screenshot to their readme.md and a /media folder takes them only slightly longer than it takes potential users to look one up and maybe get a good result. Multiply that time by the number of potential users, and it's obviously more efficient, and effective, for the dev to do it.

      Stop being defensive. No one's attacking you or any other dev. They're making a request. Don't like it? Don't do it. Stop calling people names and trying to stir up drama.

      Edit: formatting

      • A. When one makes a claim like that when nothing indicated such things, its accepted in the community of behavioral analysis that it was a projection

        B. Its implied that there will be multiple and that's irrelevant

        C. That's never happened Lol

        D. Only takes you slightly longer to Google it too bitch. Don't like what I'm saying you can also stfu hypocrite. You also admit its an attack, as is all criticism right after you deny it. I'm not defending anything, just pointimg out hypocrisy which seems to anger lazy fucks like you who want to leech from good developers like myself and can't be arsed to Google a singe thing

140 comments