mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 23:58:19 -05:00
Updates Labels and Triage to link to a filter where we can see issues missing Status Labels
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
This document describes the process Meteor contributors use to organize issues. We use Github [issues](https://github.com/meteor/meteor/issues) in this repository to track bugs, and [meteor/meteor-feature-requests](https://github.com/meteor/meteor-feature-requests) to track feature requests. Our goal is to maintain a list of issues that are relevant and well-defined (and [labeled](https://github.com/meteor/meteor/labels)) such that a contributor can immediately begin working on the code for a fix or feature request. Contributors who want to dive in and write code aren't likely to prioritize working on issues that are ambiguous and have low impact.
|
||||
|
||||
You can filter issues that are missing triage using this [filter](https://github.com/meteor/meteor/issues?q=is%3Aissue+is%3Aopen+-label%3Aconfirmed+-label%3Anot-ready+-label%3Ain-discussion+-label%3Aneeds-reproduction+-label%3Aready+-label%3Ain-development++-label%3Apending-tests+-label%3Awaiting-feedback): `is:issue is:open -label:confirmed -label:not-ready -label:in-discussion -label:needs-reproduction -label:ready -label:in-development -label:pending-tests -label:waiting-feedback`
|
||||
|
||||
We would love to have more contributors who are willing to help out with triaging issues. You can begin by helping issue requesters create good reproductions and by confirming those reproductions on your own machine. It won't be long before the core maintainers notice your work and ask whether you'd like to be promoted to an issue maintainer.
|
||||
|
||||
- [Issue lifecycle](#issue-lifecycle)
|
||||
|
||||
@@ -7,10 +7,8 @@ We should change the labels of issues and PRs when its status changes.
|
||||
### Status Labels
|
||||
Labels to indicate the status of a specific issue or PR. These are the most important labels as they tell us in which stage a specific item is at the moment at a glance.
|
||||
|
||||
#### Stage 0
|
||||
- `triage`: Waiting triage
|
||||
- New items receive this label [automatically](https://probot.github.io/apps/triage-new-issues/)
|
||||
|
||||
You can filter issues that are missing status labels using this [filter](https://github.com/meteor/meteor/issues?q=is%3Aissue+is%3Aopen+-label%3Aconfirmed+-label%3Anot-ready+-label%3Ain-discussion+-label%3Aneeds-reproduction+-label%3Aready+-label%3Ain-development++-label%3Apending-tests+-label%3Awaiting-feedback): `is:issue is:open -label:confirmed -label:not-ready -label:in-discussion -label:needs-reproduction -label:ready -label:in-development -label:pending-tests -label:waiting-feedback`
|
||||
|
||||
#### Stage 1
|
||||
- `confirmed`: We want to fix or implement it
|
||||
- `not-ready`: Something is missing, we are not able to work on this issue yet
|
||||
|
||||
Reference in New Issue
Block a user