dotnet / dotnet-docker-nightly

This repository has moved to the nightly branch of dotnet/dotnet-docker.
https://github.com/dotnet/dotnet-docker/tree/nightly
MIT License
35 stars 30 forks source link

Consider merging the dotnet/dotnet-docker-nightly GitHub repo into the dotnet/dotnet-docker GitHub repo #525

Closed MichaelSimons closed 6 years ago

MichaelSimons commented 6 years ago

I have often thought the dotnet/dotnet-docker and dotnet/dotnet-docker-nightly GitHub repos should be combined. aspnet/aspnet-docker was designed this way with the nightly assets stored in a separate branch (dev). The primary benefit of doing this is for merging and the traceability of changes in nightly to official. Given there is no merge support between repos, changes have to be manually copied. As part of this, you loose the commit history. Being able to browse the history is important at it allows users to see the reasoning/conversations/etc on changes. Granted this history isn’t really lost as you can go to the nightly repo to view the history. A secondary benefit is general enhanced visibility. It is more likely that users will see and contribute to incoming issues and PRs from the activity happening in microsoft/dotnet-nightly if it was happening in the dotnet/dotnet-docker GitHub repo where there are more eyes watching.

Work breakdown:

MichaelSimons commented 6 years ago

Issue moved to dotnet/dotnet-docker #374 via ZenHub