This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / appview / pages / templates / repo / pulls / new.html
187 B 5 lines
1{{ define "title" }}New pull · {{ .RepoInfo.FullName }} · Tangled{{ end }} 2 3{{ define "repoContent" }} 4 {{ template "repo/pulls/fragments/pullComposeHost" . }} 5{{ end }}