typelevel.github.com
typelevel.github.com copied to clipboard
Projects with no `affiliate` label show as organization projects
Consider cats-time
- title: "Cats-Time"
description: "Instances for Cats Typeclasses for Java 8 Time"
github: "https://github.com/ChristopherDavenport/cats-time"
Or maybe it's just smarter than you think 😜
https://github.com/typelevel/cats-time/
It remains the case that project membership is defined with a non required affiliate boolean.
<div class="project-membership">
{% if project.affiliate %}
<img src="https://img.shields.io/badge/typelevel-affiliate%20project-FFB4B5.svg" alt="Typelevel Affiliate Project" />
{% else %}
<img src="https://img.shields.io/badge/typelevel-organization%20project-FF6169.svg" alt="Typelevel Organization Project" />
{% endif %}
</div>
I wonder if we should instead have an explicit membership: affiliate or membership: organization?