--- layout: contributing title: Contributing - Open Issues permalink: /contributing/open-issues ---
{% comment %} create labels array by looping through labels of each issue ensuring unique for select list {% endcomment %} {% assign labels = "All" | split: "," %} {% for library in site.data.libraries.open_issues %} {% for issue in library[1] %} {% for label in issue.labels %} {% assign labels = labels | push: label | uniq %} {% endfor %} {% endfor %} {% endfor %}

Sort by issue labels

Open Issues