Description
This is to help the teams manage their workflows.
Each team member (rust-lang/Core, compiler, Lang, Libs, tools) gets their own page, like rusty-dash.com/nag/brson
. This page shows issues/PRs that require a response.
It supports two types of 'nags':
First, issues written by a team member, with comments containing f? @user @team etc.
, require feedback. When these comments are created they go onto the mentioned users' nag board. When subsequently the user leaves any comment, the nag is satisfied and it leaves the nag board.
Second, issues written by a team member, containing both the final-comment-period
and T-*
tag, require a vote. When these comments are created they go onto the nag board of the team members associated with the T-*
tag. That user must subsequently leave a comment containing either fcp r+
, fcp r-
or fcp abstain
, after which the nag is cleared.
@dikaiosune This one is higher priority than the other new dashboards we've discussed because it will allow for dev process changes.
ISTM that new nags should also trigger some kind of notification, not just the passive addition to the nag board, but that may be the role of another bot.