mirror of
https://github.com/restic/restic.git
synced 2025-08-12 18:01:08 +00:00
Add PrimaryURL to github template
This commit is contained in:
@@ -8,7 +8,7 @@ restic users. The changes are ordered by importance.
|
||||
Summary
|
||||
-------
|
||||
{{ range $entry := .Entries }}{{ with $entry }}
|
||||
* {{ .TypeShort }} #{{ .PrimaryID }}: {{ .Title }}
|
||||
* {{ .TypeShort }} [#{{ .PrimaryID }}]({{ .PrimaryURL }}): {{ .Title }}
|
||||
{{- end }}{{ end }}
|
||||
|
||||
Details
|
||||
@@ -22,7 +22,7 @@ Details
|
||||
[{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}})
|
||||
{{- end -}}
|
||||
{{ range $id := .PRs -}}
|
||||
{{ ` ` }}[{{ $id }}](https://github.com/restic/restic/pull/{{ $id -}})
|
||||
{{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/pull/{{ $id -}})
|
||||
{{- end -}}
|
||||
{{ ` ` }}{{ range $url := .OtherURLs -}}
|
||||
{{ $url -}}
|
||||
|
Reference in New Issue
Block a user