DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

Minimal reproducible repo

How do you create a minimal reproducible repo, especially when submitting a bug report on GitHub, or asking on StackOverflow.

I have heard about https://repl.it for a long time, but I have really installed a package inside it today (from NPM)...

However, more ideal would be a Docker-like environment, for Linux. (You can pin OS and programming runtime, as well as binaries.) For Windows and macOS would be harder; I wonder if some kind of CI is possible?

I have gone as far as creating a Dockerfile repo as well, at some point...

Top comments (0)