1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #21294 from samoht/fix-typo

Fix typo in the triaging guidelines
This commit is contained in:
Vincent Demeester 2016-03-17 16:46:19 +01:00
commit 8d742bbe2f

View file

@ -3,7 +3,7 @@ Triaging of issues
Triage provides an important way to contribute to an open source project. Triage helps ensure issues resolve quickly by: Triage provides an important way to contribute to an open source project. Triage helps ensure issues resolve quickly by:
- Describing the issue's intent and purpose is conveyed precisely. This is necessary because it can be difficult for an issue to explain how an end user experiences an problem and what actions they took. - Describing the issue's intent and purpose is conveyed precisely. This is necessary because it can be difficult for an issue to explain how an end user experiences a problem and what actions they took.
- Giving a contributor the information they need before they commit to resolving an issue. - Giving a contributor the information they need before they commit to resolving an issue.
- Lowering the issue count by preventing duplicate issues. - Lowering the issue count by preventing duplicate issues.
- Streamlining the development process by preventing duplicate discussions. - Streamlining the development process by preventing duplicate discussions.
@ -89,4 +89,3 @@ urgent).
| priority/P3 | Best effort: those are nice to have / minor issues. | | priority/P3 | Best effort: those are nice to have / minor issues. |
And that's it. That should be all the information required for a new or existing contributor to come in an resolve an issue. And that's it. That should be all the information required for a new or existing contributor to come in an resolve an issue.