Formatting fixes

This commit is contained in:
John Mulhausen 2016-10-25 12:07:57 -07:00 committed by GitHub
parent 26afe3deec
commit 18e6fae8a2
1 changed files with 21 additions and 47 deletions

View File

@ -20,7 +20,7 @@ think are important. Triage is a great choice if you have an interest
or experience in software product management or project management. or experience in software product management or project management.
# What kind of issues can I triage? ## What kind of issues can I triage?
Docker users and contributors create new issues if they want to: Docker users and contributors create new issues if they want to:
@ -28,7 +28,7 @@ Docker users and contributors create new issues if they want to:
* request a new feature * request a new feature
* ask a question * ask a question
# How do I triage? ## How do I triage?
Follow these steps: Follow these steps:
@ -36,56 +36,30 @@ Follow these steps:
2. Visit a Docker repository and press the **Watch** button. 2. Visit a Docker repository and press the **Watch** button.
This tells GitHub to notify you of new issues. Depending on your settings, This tells GitHub to notify you of new issues. Depending on your settings,
notification go to your GitHub or email inbox. Some of repositories you can watch are: notification go to your GitHub or email inbox. Some of repositories you can watch are:
<table class="tg" >
<col width="20%"> | Repository | Description |
<col width="80%"> | [docker/docker](https://github.com/docker/docker) | Docker the open-source application container engine |
<tr> | [docker/machine](https://github.com/docker/machine) | Software for the easy and quick creation of Docker hosts on your computer, on cloud providers, and inside your own data center. |
<td class="tg-031e"><a href="https://github.com/docker/docker" target="_blank">docker/docker</a></td> | [kitematic/kitematic](https://github.com/kitematic/kitematic) | Kitematic is a simple application for managing Docker containers on macOS and Windows. |
<td class="tg-031e">Docker the open-source application container engine</td> | [docker/swarm](https://github.com/docker/swarm) | Native clustering for Docker; manage several Docker hosts as a single, virtual host. |
</tr> | [docker/compose](ttps://github.com/docker/compose) | Define and run complex applications using one or many interlinked containers. |
<tr>
<td class="tg-031e"><a href="https://github.com/docker/machine" target="_blank">docker/machine</a></td>
<td class="tg-031e">Software for the easy and quick creation of Docker hosts on your computer, on cloud providers, and inside your own data center.</td>
</tr>
<tr>
<td class="tg-031e"><a href="https://github.com/kitematic/kitematic" target="_blank">kitematic/kitematic</a></td>
<td class="tg-031e">Kitematic is a simple application for managing Docker containers on macOS and Windows.</td>
</tr>
<tr>
<td class="tg-031e"><a href="https://github.com/docker/swarm" target="_blank">docker/swarm</a></td>
<td class="tg-031e">Native clustering for Docker; manage several Docker hosts as a single, virtual host.</td>
</tr>
<tr>
<td class="tg-031e"><a href="https://github.com/docker/compose" target="_blank">docker/compose</a></td>
<td class="tg-031e">Define and run complex applications using one or many interlinked containers.</td>
</tr>
</table>
See <a href="https://github.com/docker" target="_blank">the complete list of Docker repositories</a> on GitHub.
See <a href="https://github.com/docker" target="_blank">the complete list of 3. Choose an issue from the [list of untriaged issues](https://github.com/docker/docker/issues?q=is%3Aopen+is%3Aissue+-label%3Akind%2Fproposal+-label%3Akind%2Fenhancement+-label%3Akind%2Fbug+-label%3Akind%2Fcleanup+-label%3Akind%2Fgraphics+-label%3Akind%2Fwriting+-label%3Akind%2Fsecurity+-label%3Akind%2Fquestion+-label%3Akind%2Fimprovement+-label%3Akind%2Ffeature).
Docker repositories</a> on GitHub.
3. Choose an issue from the <a 4. Follow the <a href="https://github.com/docker/docker/blob/master/project/ISSUE-TRIAGE.md" target="_blank">the triage process</a> to triage the issue.
href="https://github.com/docker/docker/issues?q=is%3Aopen+is%3Aissue+-label%
3Akind%2Fproposal+-label%3Akind%2Fenhancement+-label%3Akind%2Fbug+-label%3Akind%
2Fcleanup+-label%3Akind%2Fgraphics+-label%3Akind%2Fwriting+-label%3Akind%
2Fsecurity+-label%3Akind%2Fquestion+-label%3Akind%2Fimprovement+-label%3Akind%
2Ffeature" target="_blank">list of untriaged issues</a>.
4. Follow the <a The triage process asks you to add both a `kind/` and a `exp/` label to each
href="https://github.com/docker/docker/blob/master/project/ISSUE-TRIAGE.md" issue. Because you are not a Docker maintainer, you add these through comments.
target="_blank">the triage process</a> to triage the issue. Simply add a `+label` keyword to an issue comment:
The triage process asks you to add both a `kind/` and a `exp/` label to each ![Example](../images/triage-label.png)
issue. Because you are not a Docker maintainer, you add these through comments.
Simply add a `+label` keyword to an issue comment:
![Example](../images/triage-label.png) For example, the `+exp/beginner` and `+kind/writing` labels would triage an issue as
beginner writing task. For descriptions of valid labels, see the <a
For example, the `+exp/beginner` and `+kind/writing` labels would triage an issue as href="https://github.com/docker/docker/blob/master/project/ISSUE-TRIAGE.md">the triage process</a>
beginner writing task. For descriptions of valid labels, see the <a
href="https://github.com/docker/docker/blob/master/project/ISSUE-TRIAGE.md">the triage process</a>
5. Triage another issue. 5. Triage another issue.