Auto DevOps > Ensure supported project templates work consistently
In our Auto DevOps quick start guide, we say that users can:
Go to the Create from template tab where you can choose among a Ruby on Rails, Spring, or NodeJS Express project.
However, if these templates are not updated appropriately, then Auto DevOps will not work with them. This happened to @rverissimo when she went through the process here: gitlab-design#525 (closed). The Ruby on Rails template did not work with ADO, as the ruby version was out of date and a bug prevented the application from deploying.
The template has since been fixed but we need to ensure we have a process in place to update templates as necessary to prevent errors when trying to use Auto DevOps.