typelevel.github.com icon indicating copy to clipboard operation
typelevel.github.com copied to clipboard

Projects with no `affiliate` label show as organization projects

Open valencik opened this issue 2 years ago • 2 comments

Consider cats-time

- title: "Cats-Time"
  description: "Instances for Cats Typeclasses for Java 8 Time"
  github: "https://github.com/ChristopherDavenport/cats-time"
Screen Shot 2023-02-06 at 4 11 38 PM

valencik avatar Feb 06 '23 21:02 valencik

Or maybe it's just smarter than you think 😜

https://github.com/typelevel/cats-time/

armanbilge avatar Feb 06 '23 21:02 armanbilge

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?

valencik avatar Feb 06 '23 21:02 valencik