devicons/devicon

[FEATURE REQUEST] Make a bot/worflow which responds with a preview of .eps files if they exist in a PR

Open

#1,453 创建于 2022年10月12日

在 GitHub 查看
 (6 评论) (0 反应) (1 负责人)CSS (2,448 fork)batch import
devopsdiscussionenhancementhelp wanted

仓库指标

Star
 (11,625 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I have searched through the issues and didn't find my problem.

  • Confirm

Problem

There are quite a few PRs that include .eps files with the original unedited icons in it. It would be nice if it was possible to see a preview of it without opening it up locally.

Possible Solution

Maybe we could make a github bot/workflow which opens the file and takes a screenshot of the content, then posts it as a comment? We should be able to reuse the code from our peek-bot for the image upload and commenting part, so the hardest issue to figure out would be how to open up the file and screenshot the content

Additional information

I'm not sure how hard this is to implement, but it would be very valuable for us maintainers. Currently we either have to spend quote some time opening up and reviewing the .eps file, or just trusting it looks fine and accept the PR. So a preview would make the PR review process quicker and more robust.

贡献者指南