-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Some Nuxt-related contributions are not being recognized in Nuxters stats because the API only looks at a subset of organizations/repos.
For example:
- When Docus was under
nuxtlabs
, my first PR was correctly recognized. - After Docus moved under the
nuxt-content
organization, contributions there no longer appear in Nuxters.
This creates gaps in contributor recognition, even though these projects are still part of the Nuxt ecosystem.
Context
I noticed in #248 that Nuxters currently uses Volta’s API, and there are plans to sunset it in favor of a self-hosted app. That migration could be a good opportunity to improve how project scopes are defined.
Proposal
- Add organizations like
nuxt-content
and repos such asatinux/nuxt-auth-utils
to the Nuxters API/project scope. - Optionally, connect the logic with the Nuxt Modules list, so any repo listed there is automatically included.
Why
- Ensures consistent recognition for contributors across the Nuxt ecosystem.
- Avoids contributors losing visibility when projects are reorganized into new orgs.
- Makes stats and badges more accurate and motivating for the community.
Thanks for considering this!
atinux
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request