mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
b86c018a19
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.
4 lines
125 B
Cheetah
4 lines
125 B
Cheetah
{{- define "note" -}}
|
|
{{.Body}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/issues/{{- .Issue -}})]
|
|
{{- end -}}
|