diff --git a/issue-labels.md b/issue-labels.md index ce499da..9c514da 100644 --- a/issue-labels.md +++ b/issue-labels.md @@ -12,7 +12,7 @@ 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 the maintainer. It means that either the bug was reproduced or the feature was accepted for inclusion. -* **thinking:** This issue (most of the time, a feature) is still under discussion, either on whether it should be implemented, or on how to do it. +* **thinking:** This issue (most of the time, a feature) is still under discussion, either on whether it should be implemented, or on how to do it. For a bug, it might mean that it still needs reproducing, but, unlike the "hold" status, we don't say that it can't be reproduced. * **hold:** Some external feedback is needed to either continue working on the issue, or to close it. Most of the time, it's a bug that can't be reproduced. It needs more details from people who experience the bug so it can be reproduced. * **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.