Feature request for syncing changes made in project templates down to the projects previously created from the template
Proposal
Project templates are a great feature that we recently started using, and it occurred to me that if we are using templates, we might also want to enforce that changes in the templates are also applied in projects created from the template.
For example, we use git pre-commit hooks to run certain checks on our commits locally before we push, and the pre-commit hooks would usually be included in our template because we want all of our projects to have a basic set of hooks configured when they are created.
These hooks are versioned upstream and so when there is an update, we currently have to update each project that is using these hooks one-by-one, which is cumbersome with several dozen projects, and I couldn't imagine keeping them all in sync as our needs grow into the hundreds, and that's in addition to updating the project templates so that new projects get the updated version.
We would like to request the ability to keep projects in sync with their upstream templates.