Add label documentation (#5375)

This commit is contained in:
Luke Heath 2022-04-26 16:59:22 -05:00 committed by GitHub
parent 407d8b527e
commit e7ee404538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`
<meta name="maintainedBy" value="mikermcneil">