Open bjompen opened 3 months ago
Instead of just allowing the default values in the projectName.json we should add the possibility to "Create a copy of template x and add to project".
Something like this maybe?
{ "defaults": { "processTypeName": { "inheritFrom": "Scrum", "newName": "{{projectName}}-customTemplate" } } }
Should we support replacement strings? (That's a bit of extra documentation and code..) Does it make sense to have the processTypeName property accent different input objects, or is there a more logical way?
processTypeName
Instead of just allowing the default values in the projectName.json we should add the possibility to "Create a copy of template x and add to project".
Something like this maybe?
Should we support replacement strings? (That's a bit of extra documentation and code..) Does it make sense to have the
processTypeName
property accent different input objects, or is there a more logical way?