{{define "title"}}new merge request · {{.Repo.OwnerName}}/{{.Repo.Name}}{{end}} {{define "content"}}

New merge request

{{if .Notice}}{{end}}

A branch in a fork opens from the CLI: gitbay mr create {{.Repo.OwnerName}}/{{.Repo.Name}} --source owner/fork:branch --target {{.Repo.DefaultBranch}} --title "…"

{{end}}