You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to reintegrate our cookiecutter support into the new project creation pipeline. The earlier support for running cookiecutters to create an initial commit was only implemented for Python codebases. The support was removed when the project creation automations were introduced. We can implement a first commit automation on a per-project type basis. The pre/post hooks added to cookiecuter project can be used to handle post-formatting and other repository cleanup tasks that plagued us in the past.
The text was updated successfully, but these errors were encountered:
It would be nice to reintegrate our cookiecutter support into the new project creation pipeline. The earlier support for running cookiecutters to create an initial commit was only implemented for Python codebases. The support was removed when the project creation automations were introduced. We can implement a first commit automation on a per-project type basis. The pre/post hooks added to cookiecuter project can be used to handle post-formatting and other repository cleanup tasks that plagued us in the past.
The text was updated successfully, but these errors were encountered: