From e7ee40453800e4d32aae80339672a6b3dd3a26a9 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 26 Apr 2022 16:59:22 -0500 Subject: [PATCH] Add label documentation (#5375) --- handbook/company.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/handbook/company.md b/handbook/company.md index 71acc7c736..2604d49569 100644 --- a/handbook/company.md +++ b/handbook/company.md @@ -293,4 +293,16 @@ The following [Slack channels are maintained](https://fleetdm.com/handbook/compa | `#thanks` | N/A _(say thank you)_ | `#random` | N/A _(be random)_ + +## Labels + +We use special characters to define label types. + +| Special character | Label type | Rules | Examples | +|:------------------|:------------|:-------------|:------------------------------------| +| `#` | Noun | One only | `#platform`, `#interface`, `#agent` +| `:` | Verb | One or more | `:dev`, `:research`, `:design` +| `~` | Adjective | One or more | `~blocked`, `~frontend`, `~backend` +| `!` | OKR | One only | `!vuln`, `!desktop`, `!upgrade` +