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 / pulls.html
221 B 7 lines
1{{ define "title" }}pulls &middot; {{ .RepoInfo.FullName }}{{ end }} 2 3{{ define "repoContent" }} 4 <p class="text-gray-400"> 5 Support for pull requests is actively being worked on. Stay tuned! 6 </p> 7{{ end }}