Should packaging and tooling scripts live in the repo? #2712
ramirocantu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It seems that there is a lot of scripts around docker-compose windows and macOS support crowding the repo when the application is mostly a python app that could be executed on any platform. Some PRs are proposing #1523 adding more scripts and integration with nix. Me personally, I use mise for my tooling but I wouldn't open a PR with my mise.toml file. Where I'm going with this is that this could live under documentation and free up the clutter in the main repo. These are local preferences by users in what tooling they want to use and I wonder if it is valuable to maintain in the global git repo.
What do you all think?
All reactions