shurcooL / home

home is Dmitri Shuralyov's personal website.
https://dmitri.shuralyov.com
MIT License
76 stars 2 forks source link

Consider moving towards implicit repository creation on push. #20

Open dmitshur opened 6 years ago

dmitshur commented 6 years ago

Here are results of prototyping this experience.

The hello repository did not exist in advance, it got created as I pushed:

image

Here are the corresponding events:

image

The "created repository" events become less relevant, and it's not really possible to provide a description. Might want to move towards "created package" events by discovering which Go packages were added as part of a push:

image

Need to think this through and ensure the end result would provide a coherent experience before committing.