servo / servo/highfive

Consider limiting number of assigned issues

Open
#245 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
281
Forks
52
PR merge metrics
No merged PRs in 30d

Description

When community members use the @assign me functionality, they can assign any issue. However, sometimes members are eager and assign a lot of issues to their name.

To avoid hoarding issues and allowing multiple newcomers to help out with Servo, we can consider limiting the amount of assigned issues. If a user asks the bot to be assigned, we check if the number of assigned issues is higher than X (3 maybe?) and if it is, tell them to focus on their existing issues.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the @assign me functionality in the highfive bot and trace how it checks and assigns issues. Determine how the existing assignee count can be compared with the proposed limit, then verify that users over the limit are told to focus on their existing issues; add or update tests for both allowed and refused assignments.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.