Skip to content

Update work_issue.md #2013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions opensource/kitematic/work_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords: Kitematic, open source, contribute, contributor, tour, development
title: Develop in Kitematic (work on an issue)
---

For this tutorial, we will work on issue <a href="https://github.com/docker/kitematic/issues/1191" target="_blank"> #1191</a> which is a request to display the container id in Kitematic for easy identification. (Currently, Kitematic shows the container name but not the id.)
For this tutorial, we will work on issue <a href="https://github.com/docker/kitematic/issues/1191" target="_blank"> #1191</a> which is a request to display the container ID in Kitematic for easy identification. (Currently, Kitematic shows the container name but not the ID.)

To do this, edit the container `General Settings` layout.

Expand All @@ -19,7 +19,7 @@ To do this, edit the container `General Settings` layout.
```


3. Above this code we will create a javascript variable that will allow us to display our container id:
3. Above this code we will create a javascript variable that will allow us to display our container ID:

```
let shortId = (
Expand Down Expand Up @@ -77,4 +77,4 @@ To do this, edit the container `General Settings` layout.

## Where to go next

At this point, you are ready to [Review your branch and create a pull request](create_pr.md) to merge your new feature into Kitematic.
At this point, you are ready to [Review your branch and create a pull request](create_pr.md) to merge your new feature into Kitematic.