{{ define "title" }}new pull · {{ .RepoInfo.FullName }}{{ end }} {{ define "repoContent" }}

Create new pull request

First, choose a target branch on {{ .RepoInfo.FullName }}:

Choose pull strategy

{{ if eq .Strategy "patch" }} {{ template "repo/pulls/fragments/pullPatchUpload" . }} {{ else if eq .Strategy "branch" }} {{ template "repo/pulls/fragments/pullCompareBranches" . }} {{ else }} {{ template "repo/pulls/fragments/pullPatchUpload" . }} {{ end }}
{{ end }}