mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add label documentation (#5375)
This commit is contained in:
parent
407d8b527e
commit
e7ee404538
1 changed files with 12 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue