Contributor Success Attention Required
Onboarding
display: table
fields: title, assignees, labels, updatedAt
query: project = "gitlab-community/community-members/onboarding" and label in ("access-request::pending", "updated") and state = opened
sort: updated asc
Process: https://gitlab.com/gitlab-community/maintainers/onboarding-maintainers/private-onboarding-notes
Community Bonus
display: table
fields: title, assignees, labels("community-bonus::*") as "Points", closed
query: group = "gitlab-org" and label in ("community-bonus::*") and label != "community-bonus-awarded" and state = closed and closed > 2025-10-01
sort: updated asc
Strategy Engineering Requests
display: table
fields: title, assignees, labels("workflow::*", "priority::*", "type::*") as "Status/Priority", author, updatedAt
query: group = "gitlab-org" and label in ("strategy-engineering-request") and state = opened
sort: dueDate asc
Edited by Lee Tickett