Signed-off-by: liwenqi <vikilwq@zju.edu.cn>
Update ISSUE-TRIAGE.md
Signed-off-by: vicky <395658237@qq.com>
| ... | ... |
@@ -1754,6 +1754,6 @@ FROM ubuntu |
| 1754 | 1754 |
RUN echo moo > oink |
| 1755 | 1755 |
# Will output something like ===> 695d7793cbe4 |
| 1756 | 1756 |
|
| 1757 |
-# You᾿ll now have two images, 907ad6c2736f with /bar, and 695d7793cbe4 with |
|
| 1757 |
+# You'll now have two images, 907ad6c2736f with /bar, and 695d7793cbe4 with |
|
| 1758 | 1758 |
# /oink. |
| 1759 | 1759 |
``` |
| ... | ... |
@@ -262,7 +262,7 @@ Successfully built 377c409b35e4 |
| 262 | 262 |
This sends the URL `http://server/ctx.tar.gz` to the Docker daemon, which |
| 263 | 263 |
downloads and extracts the referenced tarball. The `-f ctx/Dockerfile` |
| 264 | 264 |
parameter specifies a path inside `ctx.tar.gz` to the `Dockerfile` that is used |
| 265 |
-to build the image. Any `ADD` commands in that `Dockerfile` that refer to local |
|
| 265 |
+to build the image. Any `ADD` commands in that `Dockerfile` that refers to local |
|
| 266 | 266 |
paths must be relative to the root of the contents inside `ctx.tar.gz`. In the |
| 267 | 267 |
example above, the tarball contains a directory `ctx/`, so the `ADD |
| 268 | 268 |
ctx/container.cfg /` operation works as expected. |
| ... | ... |
@@ -30,7 +30,7 @@ reopened when the necessary information is provided. |
| 30 | 30 |
|
| 31 | 31 |
### 2. Classify the Issue |
| 32 | 32 |
|
| 33 |
-An issue can have multiple of the following labels. Typically, a properly classified issues should |
|
| 33 |
+An issue can have multiple of the following labels. Typically, a properly classified issue should |
|
| 34 | 34 |
have: |
| 35 | 35 |
|
| 36 | 36 |
- One label identifying its kind (`kind/*`). |
| ... | ... |
@@ -129,4 +129,4 @@ following labels to indicate their degree of priority (from more urgent to less |
| 129 | 129 |
| priority/P2 | Normal priority: default priority applied. | |
| 130 | 130 |
| priority/P3 | Best effort: those are nice to have / minor issues. | |
| 131 | 131 |
|
| 132 |
-And that's it. That should be all the information required for a new or existing contributor to come in an resolve an issue. |
|
| 132 |
+And that's it. That should be all the information required for a new or existing contributor to come in a resolve an issue. |
| ... | ... |
@@ -30,7 +30,7 @@ docker run --rm -it --privileged \ |
| 30 | 30 |
Sh\*t happens. We know. Below are steps to get out of any "hash-sum mismatch" or |
| 31 | 31 |
"gpg sig error" or the likes error that might happen to the apt repo. |
| 32 | 32 |
|
| 33 |
-**NOTE:** These are apt repo specific, have had no experimence with anything similar |
|
| 33 |
+**NOTE:** These are apt repo specific, have had no experience with anything similar |
|
| 34 | 34 |
happening to the yum repo in the past so you can rest easy. |
| 35 | 35 |
|
| 36 | 36 |
For each step listed below, move on to the next if the previous didn't work. |