-
Notifications
You must be signed in to change notification settings - Fork 196
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
Document our issue triage process #1610
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1610 +/- ##
=======================================
Coverage 62.38% 62.38%
=======================================
Files 186 186
Lines 12273 12273
=======================================
Hits 7656 7656
Misses 3926 3926
Partials 691 691 Continue to review full report at Codecov.
|
@@ -0,0 +1,10 @@ | |||
# Issue Triage | |||
|
|||
On a regular basis (target: weekly) the development team will triage issues matching the following [GitHub search](https://github.com/Azure/azure-service-operator/issues?q=is%3Aissue+is%3Aopen+-label%3Atriaged+no%3Amilestone+): |
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.
Minor, you could rephrase this as:
On a regular basis (target: weekly) the development team will triage issues matching the following [GitHub search](https://github.com/Azure/azure-service-operator/issues?q=is%3Aissue+is%3Aopen+-label%3Atriaged+no%3Amilestone+): | |
On a regular basis (target: weekly) the development team will triage issues matching the following search criteria [is:issue is:open -label:triaged no:milestone](https://github.com/Azure/azure-service-operator/issues?q=is%3Aissue+is%3Aopen+-label%3Atriaged+no%3Amilestone+) |
and do away entirely with the ``` section below
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 think this looks a bit cleaner in that it turns the issue criteria into the link rather than having a separate "this search" link
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 originally wrote it the way you suggest - but broke it out the way that I did so that the search criteria was more explicitly called out for people to see. Makes it easier to copy too.
What this PR does / why we need it:
Makes our goal for issue triage public, and documents the GitHub search that we use.
How does this PR make you feel:
If applicable: