mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update communications.md to clarify the specifics around noun labels (#15587)
Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
This commit is contained in:
parent
b0f7143acc
commit
58a1af4954
1 changed files with 3 additions and 1 deletions
|
|
@ -216,7 +216,9 @@ Fleet prefixes all GitHub labels with special characters or words to organize an
|
|||
| `customer-` | [Customer request](TODO link to handbook section) | `customer-leo`, `customer-sagittarius`
|
||||
| `#g-` | Group isssue | _An issue requesting something from a group at Fleet, such that it will be seen and procesed on their kanban board within 1 business day._
|
||||
|
||||
Opionated conventions help people work faster and spend less time figuring out what to name things, or misunderstanding why they're named what they are. This also reduces the total number of labels required while maintaining an expressive labeling system. For example, instead of a label called `platform-dev-backend`, we use `#platform :dev ~backend`.
|
||||
Opinionated conventions help people work faster and spend less time figuring out what to name things, or misunderstanding why they're named what they are. This also reduces the total number of labels required while maintaining an expressive labeling system. For example, instead of a label called `platform-dev-backend`, we use `#platform :dev ~backend`.
|
||||
|
||||
Labels with a `#g-` prefix refer to a kanban board. Since it is best practice to have an issue on a single board, make an effort to have only one label with the `#g-` prefix per issue.
|
||||
|
||||
> _**Note:** There are only a few "special" labels that are exceptions to this rule:
|
||||
> - `bug`
|
||||
|
|
|
|||
Loading…
Reference in a new issue