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.

{% for person in site.contributors %}
Person
{{ person.first_name }} {{ person.last_name }}
{{ person.content | markdownify }}
{% endfor %}