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 / issues / new.html
163 B 5 lines
1{{ define "title" }}new issue · {{ .RepoInfo.FullName }}{{ end }} 2 3{{ define "repoContent" }} 4 {{ template "repo/issues/fragments/putIssue" . }} 5{{ end }}