✨ Bug: Community filter issues - some community members are tagged with contribution types that are incorrect - beginner friendly (text update to contributor YAML FILE)!
Closed this issue · 0 comments
Some of the filters for community contributors are incorrect due to errors in our yaml data.
Example: when i filter for peer review some people are there that have NOT been involved in peer review whereas others who have been involved as missing. The screenshot below demonstrates this as those contributors were at our sprints but did not participate in peer review. Peer review filter should include package authors, maintainers, reviewers, contributors EIC but not regular contributors to other parts of pyos.
This issue will need to be manually corrected in our website YAML File (instructions below) AND also in the update-repo-metadata codebase where the assignment bug is actually happening
In this repo the path forward will be editing this contributor yaml file and removing the peer review contributor item for every person.
It is ok to just remove it for everyone as once we fix the bug in our code base, it will repopulate for every person.
to do here:
Submit a PR with this file -
- name: Ivan Ogasawara
sort: 1
advisory: true
bio: Open Source Developer
organization: xmnlab
github_username: xmnlab
github_image_id: 5209757
twitter: xmnlab
mastodon:
orcidid: 0000-0001-5049-4289
website:
editor:
contributor_type:
- reviewer
- alumni-editor
- guidebook-contrib
**- peer-review** <- delete peer-review from the contributor_type list for all contributors and submit a PR. Then we can repopulate when the code is fixed.