Is there a good way to default all new projects to use XML Resource Encoding? We currently don't have a very good development lifecycle process and we want to improve this. We are looking into having something similar to this
Docker image where we can pull our current dev gateway/projects -> Somehow commit windows in XML format to a repo where these changes are reviewed and tied to a ticket -> Once we have the tickets we need completed done we update our dev docker gateway image and this becomes our new base. We will also deploy this gateway to a test server where further testing can continue, if any issues arise those are priority and we fix those and push to test. Once this is all done we can push these changes to prod.
I am reading through this:
But it doesn't really talk about efficiently setting up development environment with teams of multiple people and how to easily track HMI changes in git (or a similar tool)