Description
Now that we have switched to Copier, it feels to me like we may be closer to a solution to a long-standing issue: when people make nice, generic changes to their generated packages, contributing those changes back to the template is often deemed too much effort.
Copier can do updates of generated packages, for which it does some git diff magic.
My question is: can we also do similar magic the other way around, i.e. to identify changes in generated-package to template files? Perhaps even automatically make a diff that can be used for a PR to the template?
Looking at @abelsiqueira and the Bestie team especially; do you think this is feasible or at least worth looking into? Contributing functionality to Copier itself could be a "feasible" option as well.