diff --git a/Issue-Labelling.md b/Issue-Labelling.md index f279768..67d8c1b 100644 --- a/Issue-Labelling.md +++ b/Issue-Labelling.md @@ -1,17 +1,20 @@ # Meaning of the Labels +Category - **feature** - new end user functionality - **bug** - broken end use or developer functionality; not working as the developers intended it - **techdebt** - unpleasantness that does (or may in future) affect development - **chore** - refinement / improvement of end user or developer functionality, or new developer functionality -- **dogfood** - important for the developer's own use of the project -- **performance** - excessive resource usage and latency; usually a bug or chore -- **accuracy** - incorrect information is being shown to the user; usually a bug +Component - **component/build** - an issue concerning compilation, testing, packaging, distribution - **component/docs** - a documentation issue - **component/ui** - predominantly a front-end issue; most/all of the work can be completed by a f/e developer - **k8s** - pertains to integration with Kubernetes - **ecs** - pertains to integration with Amazon ECS +Other +- **dogfood** - important for the developer's own use of the project +- **performance** - excessive resource usage and latency; usually a bug or chore +- **accuracy** - incorrect information is being shown to the user; usually a bug - **help-wanted** - small, well-defined and self-contained - **needs-design** - UI representation/flow requires a fair amount of thought