mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-23 22:36:24 +00:00
New sub labels for bugs and features.
+7
-1
@@ -1,7 +1,13 @@
|
||||
# Meaning of the Labels
|
||||
|
||||
- **feature** - new end user functionality
|
||||
-- **estimate/hours**, **estimate/days**, **estimate/weeks** - ballpark estimate for feature
|
||||
-- **bug/P1** - High impact issue, must be updated daily, must be resolved before resuming milestone work
|
||||
-- **bug/P2** - Issue is affecting users, should be resolved before resuming milestone work
|
||||
- **bug** - broken end use or developer functionality; not working as the developers intended it
|
||||
-- **bug/P0** - Urgent issue that caused someone to be paged, must be updated hourly
|
||||
-- **bug/P1** - High impact issue, must be updated daily, must be resolved before resuming milestone work
|
||||
-- **bug/P2** - Issue is affecting users, should be resolved before resuming milestone work
|
||||
- **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
|
||||
@@ -22,7 +28,7 @@ NB: suggestions for refining the above explanations based on edge cases / exampl
|
||||
There are a few guidelines to follow when labelling issues:
|
||||
|
||||
- every issue should be labelled with exactly one of 'feature', 'bug', 'techdebt', 'chore' (aka "category labels")
|
||||
- apply other labels as appropriate; avoid attaching a large number of labels - that typically indicates that the issue should be split up
|
||||
- apply other labels as appropriate (component, estimates, bug priority); avoid attaching a large number of labels - that typically indicates that the issue should be split up
|
||||
|
||||
# Creating a new Label
|
||||
|
||||
|
||||
Reference in New Issue
Block a user