I have been working on creating a Project Template in GitLab that Developers in our organization can use as a template when creating their projects - specifically to allow the inclusion of CICD pipeline code in projects by default.
The basic template I have create works well from a CICD perspective, but when I create a new project from the template, the homepage of the new project includes information from the template readme file, not an auto generated readme for new project. This is a problem because the repository URL that is displayed on the project page of the new project is incorrect and may be confusing to developers when they create future projects.
Is there a way to configure GitLab readmes to be dynamically updated for projects that are created from templates?