Back to Velero

Contributors

site/layouts/partials/contributors.html

1.18.0748 B
Original Source

The {{ .Site.Title }} Team

{{ .Site.Title }} is released as open source software and provides community support through our GitHub project page. If you encounter an issue or have a question, feel free to reach out on the GitHub issues page for {{ .Site.Title }}.

The Velero project team welcomes contributions from the community, please see our contributing documentation.

{{ $contributors := .Site.GetPage "/contributors" }} {{ range $contributors.Resources }}

{{ .Params.first_name }} {{ .Params.last_name }}

{{ .Content }}

{{ end }}