Describe new labels in the triage process
to improve the triage workflow / efficiency
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -78,7 +78,7 @@ have: |
| 78 | 78 |
| area/testing | |
| 79 | 79 |
| area/volumes | |
| 80 | 80 |
|
| 81 |
-### Platform |
|
| 81 |
+#### Platform |
|
| 82 | 82 |
|
| 83 | 83 |
| Platform | |
| 84 | 84 |
|---------------------------| |
| ... | ... |
@@ -105,6 +105,18 @@ written a whole plugin for Docker in a personal project and never contributed to |
| 105 | 105 |
Docker. With that kind of experience, you could take on an <strong |
| 106 | 106 |
class="gh-label expert">exp/expert</strong> level task. |
| 107 | 107 |
|
| 108 |
+#### Triage status |
|
| 109 |
+ |
|
| 110 |
+To communicate the triage status with other collaborators, you can apply status |
|
| 111 |
+labels to issues. These labels prevent duplicating effort. |
|
| 112 |
+ |
|
| 113 |
+| Status | Description | |
|
| 114 |
+|-------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
|
| 115 |
+| status/confirmed | You triaged the issue, and were able to reproduce the issue. Always leave a comment how you reproduced, so that the person working on resolving the issue has a way to set up a test-case. |
|
| 116 |
+| status/accepted | Apply to enhancements / feature requests that we think are good to have. Adding this label helps contributors find things to work on. |
|
| 117 |
+| status/more-info-needed | Apply this to issues that are missing information (e.g. no `docker version` or `docker info` output, or no steps to reproduce), or require feedback from the reporter. If the issue is not updated after a week, it can generally be closed. |
|
| 118 |
+| status/needs-attention | Apply this label if an issue (or PR) needs more eyes. |
|
| 119 |
+ |
|
| 108 | 120 |
### 3. Prioritizing issue |
| 109 | 121 |
|
| 110 | 122 |
When, and only when, an issue is attached to a specific milestone, the issue can be labeled with the |