Update handbook GitHub labels section to remove rules column (#9224)

Removing "Rules" column as we found this unnecessarily constricting.
This commit is contained in:
Luke Heath
2023-01-09 12:27:30 -06:00
committed by GitHub
parent 65783d49c7
commit a0ca5ae7d0
+6 -6
View File
@@ -124,12 +124,12 @@ organize and categorize GitHub issues. This reduces the total number of labels r
maintaining an expressive labeling system. For example, instead of a label called
`platform-dev-backend`, we use `#platform :dev ~backend`.
| 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`
| Special character | Label type | Examples |
|:------------------|:------------|:------------------------------------|
| `#` | Noun | `#platform`, `#interface`, `#agent`
| `:` | Verb | `:dev`, `:research`, `:design`
| `~` | Adjective | `~blocked`, `~frontend`, `~backend`
| `!` | OKR | `!vuln`, `!desktop`, `!upgrade`
## Rituals