The Docker projects use GitHub issues to record issues and feature requests that come in from contributors. Help us organize our work by triaging. Triage is the process of reviewing incoming issue tickets, gathering more information about the issue, and verifying whether or not the issue is valid.
You should triage if you want to discover which Docker features other contributors think are important. Triage is a great choice if you have an interest or experience in software product management or project management.
Docker users and contributors create new issues if they want to:
Follow these steps:
Sign up for a Github account.
Visit a Docker repository and press the Watch button.
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:
Repository | Description |
docker/docker | Docker the open-source application container engine |
docker/machine | Software for the easy and quick creation of Docker hosts on your computer, on cloud providers, and inside your own data center. |
kitematic/kitematic | Kitematic is a simple application for managing Docker containers on macOS and Windows. |
docker/swarm | Native clustering for Docker; manage several Docker hosts as a single, virtual host. |
docker/compose | Define and run complex applications using one or many interlinked containers. |
See the complete list of Docker repositories on GitHub.
Choose an issue from the list of untriaged issues.
Follow the the triage process to triage the issue.
The triage process asks you to add both a kind/
and a exp/
label to each
issue. Because you are not a Docker maintainer, you add these through comments.
Simply add a +label
keyword to an issue comment:
For example, the +exp/beginner
and +kind/writing
labels would triage an issue as
beginner writing task. For descriptions of valid labels, see the the triage process
Triage another issue.