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

Add "investigate" GitHub label #56

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions best-practices/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ The following table canonically defines labels we use in common across our open
| `enhancement` | ![a2eeef](https://img.shields.io/badge/-a2eeef-a2eeef) | New feature or improved functionality. | Implies a need to release related changes in a `minor` version bump. |
| `example-app` | ![70fc6b](https://img.shields.io/badge/-70fc6b-70fc6b) | Relates to the example apps included in this repository. | Not all repositories have embedded example apps. |
| `failing-test` | ![ff8888](https://img.shields.io/badge/-ff8888-ff8888) | Where an automated test is failing either locally or in CI. Perhaps flakey, wrong or bug. |
| `investigate` | ![9acd32](https://img.shields.io/badge/-9acd32-9acd32) | Requires further investigation to decide the most appropriate label(s). |
| `testing` | ![ff8888](https://img.shields.io/badge/-ff8888-ff8888) | Includes all kinds of automated tests, the way that we run them and the infrastructure around them. |

The _Name_, _Color_ and _Description_ values above should be used when creating the corresponding labels in repositories.
Expand Down
Loading