Files
gocryptotrader/cmd/documentation/sub_templates/contributors.tmpl
Ryan O'Hara-Reid 897bcfd9a4 Documentation Update (#318)
* Initial update

* update

* Fix linter issues

* Add new documentation template and fix
2019-06-21 12:38:35 +10:00

12 lines
310 B
Cheetah

{{define "contributors"}}
## Contributor List
### A very special thank you to all who have contributed to this program:
|User|Github|Contribution Amount|
|--|--|--|
{{- range $contributor := .Contributors -}}
| {{$contributor.Login}} | {{$contributor.URL}} | {{$contributor.Contributions}} |
{{end}}
{{end}}