Make use of new GitHub "Issue types" feature #7013
Labels
kind/health
For CI/testing/release process/refactoring/technical debt items
triage/discuss
Needs decision / discussion, bring these up during Cirq Cynque
GitHub recently introduced an "issue types" property. It shows up in the right-hand sidebar on issue pages, like this:
Clicking the type shows a drop-down menu:
The type values can be entirely customized, albeit at the org level and not the individual repo level. The types can be used in projects (e.g., we could add a column in our Cirq roadmap), and can be a field to search and filter issues in the issue list:
The type value seems to be closest to Cirq's
kind/*
labels. This leads to the following idea:Why don't we replace the
kind/*
labels with GitHub Issue types?The text was updated successfully, but these errors were encountered: