-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: clarify community feature request voting #42663
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Review-for: dev-infra
@mgechev Can we have your review on this PR as well? |
docs/GITHUB_PROCESS.md
Outdated
To include the community in the feature request process, we open voting for 60 days. Anyone can cast | ||
a vote for the request with a thumbs-up (👍) reaction. When a feature request reaches 20 or more | ||
upvotes, we formally consider the feature request. Alternatively, the bot closes the request. | ||
To include the community in the feature request process, we open voting for 20 days. Anyone can cast |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's only for issues older than 60 days. I think the bot might be skipping newer feature requests (maybe there's a bug). The rule is:
- If the bot finds a new feature request it gives it 60 days for voting
- If the bot finds a feature request older than 60 days, it gives it 20 days for voting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest updating to only reflect the 20 day rule for old feature requests. I'll have a look at the logic for new feature requests today and once this works as expected, we can add more details.
I had a look today and it seems like the bot is working as expected. The way the process works:
In the meantime, anyone who can add labels to issues and is familiar with our roadmap can add |
@mgechev updated the docs change to reflect your investigation |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
A small update to the community feature request voting explanation
What is the current behavior?
The current process by which community members vote on feature requests is described, but is missing some important details like where to cast the vote and what votes are counted. Additionally the length of voting is wrong (60 days). The bot allows for 20 days of voting.
Issue Number: N/A
What is the new behavior?
Updated language, fixed voting length.
Does this PR introduce a breaking change?