Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project milestone issue limit. #4167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shankarseal
Copy link
Collaborator

Description

Describe the purpose of and changes within this Pull Request.
Proposes a new project management policy.

Testing

Do any existing tests cover this change? Are new tests needed?
N/A.

Documentation

Is there any documentation impact for this change?
This is a documentation only change.

Installation

Is there any installer impact for this change?
N/A.

Alan-Jowett
Alan-Jowett previously approved these changes Jan 31, 2025
docs/Governance.md Outdated Show resolved Hide resolved
A maintainer can also merge pull requests.
This corresponds to the "Write" role in github.
### Maintainers
This corresponds to the "Maintain" role in github. A maintainer can manage repository settings.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to discuss this in the meeting on Monday.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I have restored the original roles and updated the codeowner file, let us discuss if we should have separate maintainer and active contributor roles.

docs/Governance.md Outdated Show resolved Hide resolved
docs/Governance.md Show resolved Hide resolved
docs/Governance.md Outdated Show resolved Hide resolved
This label is used for low priority issues. Issues marked with `P3` label can be set to any future milestone or the `Backlog` milestone.

## Milestone Issues Limit
At most 20 issues can be added to a project milestone. This limit makes it manageable for contributors to address all issues
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I disagree with a fixed constant hard-coded here, as what is manageable for contributors varies by the number of active contributors, which varies over time. E.g., during a holiday period it will be fewer and during say summer internships or a hackathon (if one is planned) it may be more. It also assumes that all issues are equally difficult, which isn't true.

Also if some tool automatically files issues, say one per instance of some code issue that occurs 20 times, this would cause you to either reject other P1 issues, or go through all the work of combining the issues just to work around this limit.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have removed the fixed limit, and made it a soft limit based on capacity of contributors, complexity etc. But I have left a rule of thumb of not having more than (3 x contributors) issues per milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants