X Tutup
Skip to content

Commit bd8ab79

Browse files
committed
Add github issue template
Closes containerd#1950 Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent 901a906 commit bd8ab79

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!--
2+
If you are reporting a new issue, make sure that we do not have any duplicates
3+
already open. You can ensure this by searching the issue list for this
4+
repository. If there is a duplicate, please close your issue and add a comment
5+
to the existing issue instead.
6+
7+
If you suspect your issue is a bug, please edit your issue description to
8+
include the BUG REPORT INFORMATION shown below. If you fail to provide this
9+
information within 7 days, we cannot debug your issue and will close it. We
10+
will, however, reopen it if you later provide the information.
11+
12+
---------------------------------------------------
13+
BUG REPORT INFORMATION
14+
---------------------------------------------------
15+
Use the commands below to provide key information from your environment:
16+
You do NOT have to include this information if this is a FEATURE REQUEST
17+
-->
18+
19+
**Description**
20+
21+
<!--
22+
Briefly describe the problem you are having in a few paragraphs.
23+
-->
24+
25+
**Steps to reproduce the issue:**
26+
1.
27+
2.
28+
3.
29+
30+
**Describe the results you received:**
31+
32+
33+
**Describe the results you expected:**
34+
35+
36+
**Output of `containerd --version`:**
37+
38+
```
39+
(paste your output here)
40+
```

0 commit comments

Comments
 (0)
X Tutup