From 63f2baebb3a20e4e48fd7c1d84a45dc8dc155ea8 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Mon, 22 Apr 2024 11:45:36 -0300 Subject: [PATCH] Add "investigate" GitHub label As described in our issue tagging process [1]. [1] https://ably.atlassian.net/wiki/spaces/SDK/pages/2997354499/Bug+Raising+and+Triaging+Process#Tackling-longstanding-Github-Issues --- best-practices/github.md | 1 + 1 file changed, 1 insertion(+) diff --git a/best-practices/github.md b/best-practices/github.md index 8cb2ed6..cbc2dac 100644 --- a/best-practices/github.md +++ b/best-practices/github.md @@ -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) | A developer has attempted to label this issue but requires further investigation in order 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.