---
layout: contributing
title: Contributing - Pull Requests
permalink: /contributing
---
This is the current status of open pull requests and issues across all of the library repos.
Open Pull Requests
{% for library in site.data.libraries.pull_requests %}
-
{{library[0]}}
{% for issue in library[1] %}
{% for details in issue %}
- {{ details[1] }}
{% endfor %}
{% endfor %}
{% endfor %}