Files
gocryptotrader/cmd/documentation/sub_templates/contributors.tmpl
Adrian Gallagher ec0ed1c1e5 Basic documentation update for engine branch (#369)
* Add basic docs for gRPC/gctcli/unified API and a few markdown fixes

* Update patherinos and spacing fixes

* Consistent namerinos

* Fix spelling mistakes

* Add fancy headers

* Uperaterinos

* Fix feedback nitterinos
2019-10-21 13:09:56 +11:00

12 lines
301 B
Cheetah

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