Created issue labels (markdown)

Virgil Dupras 2013-06-22 06:47:46 -07:00
parent 6389e4478c
commit 64f4e91be9
1 changed files with 17 additions and 0 deletions

17
issue-labels.md Normal file

@ -0,0 +1,17 @@
There are 2 kinds of labels in the issue system, _issue types_ and _workflow status_.
Issue types
---
* **bug:** The issue describe a behavior that was never intended and that shouldn't happen.
* **feature:** The issue describe a behavior that isn't present yet but that we wish would be.
Workflow status
---
* **new:** This issue is new and hasn't been reviewed yet. For a bug, it means that it hasn't been reproduced, and for a feature request, it means it hasn't been accepted. There is no label for this status, but when a ticket doesn't have another status label, it is considered new.
* **accepted:** This ticket has been reviewed and accepted by Hardcoded Software. It means that either the bug was reproduced or the feature was accepted for inclusion.
* **hold:** Some external feedback is needed to either continue working on the issue, or to close it. For feature tickets, this status means that something is holding the feature back. Either because it has a low priority or because it needs more design work for it to be "gracefully" implemented into the app.
* **fixed:** This issue was valid and has been fixed.
* **invalid:** This issue is invalid, either because the bug can't be reproduced, or that the feature request is rejected.
* **duplicate:** This issue is a duplicate of another.