Hello there! I’m looking for best-practices on nam...
# seed
a
Hello there! I’m looking for best-practices on naming convention. I’ve enabled “auto deploy for branch”, and want to know which is the best option to name my branches. We use Jira and the ticket names are… `CE-XXX`… then my branches are going be named like that. Then, the deployment is going to create resources like….
myCompany-findUser-CE-XXX
… I don’t like it very much, but which is the convention or recommendation that you guys have? Thanks!!
f
Hey @Adrián Mouly, just a side note, we rolled out PR support for Bitbucket (I think you were asking about it other day). So with PR workflow enabled, the stage names are ie.
pr23
, and the resources would be like
myCompany-findUser-pr23
a
Nice. Thank you @Frank.