Open
Description
Currently gitpod only allows for creating a workspace and branch from an issue with this naming scheme:
<your-username>/<issue-title>-<issue-number>
But since many teams use different branch naming schemes, it would be very nice to be able to customize this. Ideally something we could just set in the .gitpod.yml with optional pre-defined variables (issue-title, username, issue-number, etc.) available that could be interpolated in a format that gitpod could parse.
For example:
branch_naming:
issue: "task-<issue-number>/<issue-title>"