Browse Source

Link issue in note template (#8502)

Issue and PR numbers do not overlap, they are based of the same counter.
A PR can be also linked to via issues, if it is a PR, Github will
redirect to it.
This change has the benefit that one can link to both - issues and PRs.
pull/8507/head
Hans Hasselberg 4 years ago committed by GitHub
parent
commit
b86c018a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .changelog/note.tmpl

2
.changelog/note.tmpl

@ -1,3 +1,3 @@
{{- define "note" -}}
{{.Body}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/pull/{{- .Issue -}})]
{{.Body}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/issues/{{- .Issue -}})]
{{- end -}}

Loading…
Cancel
Save