Skip to content

Commit 8fbdb31

Browse files
author
Mano Marks
authored
Create ISSUE_TEMPLATE
1 parent 32aebeb commit 8fbdb31

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE DOCKER LABS TUTORIAL CONTENT **
2+
3+
* If you have a bug working with Docker itself, not related to these labs, please file the bug on the [Docker repo](https://github.com/docker/docker) *
4+
* If you would like general support figuring out how to do something with Docker, please use the Docker Slack channel. If you're not on that channel, sign up for the [Docker Community](http://dockr.ly/MeetUp) and you'll get an invite. *
5+
* Or go to the [Docker Forums](https://forums.docker.com/) *
6+
7+
Please provide the following information so we can assess the issue you're having
8+
9+
**Which lab is it that you're having issues with?**
10+
11+
<!--
12+
Title or URL of the lab
13+
-->
14+
**Description**
15+
16+
<!--
17+
Briefly describe the problem you are having in a few paragraphs.
18+
-->
19+
20+
**Steps to reproduce the issue, if relevant:**
21+
1.
22+
2.
23+
3.
24+
25+
**Describe the results you received:**
26+
27+
28+
**Describe the results you expected:**
29+
30+
31+
**Additional information you deem important (e.g. issue happens only occasionally):**
32+
33+
**Output of `docker version`:**
34+
35+
```
36+
(paste your output here)
37+
```
38+
39+
**Output of `docker info`:**
40+
41+
```
42+
(paste your output here)
43+
```
44+
45+
**Additional environment details (AWS, Docker for Mac, Docker for Windows, VirtualBox, physical, etc.):**

0 commit comments

Comments
 (0)