Updated Issue Labelling (markdown)

Matthias Radestock
2017-10-19 08:06:03 +01:00
parent 53df6532cc
commit b8bfed58de
+6 -3
@@ -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