|
1
|
--- |
|
2
|
name: Bug report |
|
3
|
about: Something is broken |
|
4
|
labels: bug |
|
5
|
--- |
|
6
|
|
|
7
|
**Describe the bug** |
|
8
|
A clear description of what is wrong. |
|
9
|
|
|
10
|
**To reproduce** |
|
11
|
Steps to reproduce the behaviour: |
|
12
|
1. ... |
|
13
|
2. ... |
|
14
|
|
|
15
|
**Expected behaviour** |
|
16
|
What you expected to happen. |
|
17
|
|
|
18
|
**Actual behaviour** |
|
19
|
What actually happened. Include error messages, stack traces, or screenshots. |
|
20
|
|
|
21
|
**Environment** |
|
22
|
- OS: |
|
23
|
- Docker version: |
|
24
|
- Branch/commit: |
|
25
|
|
|
26
|
**Additional context** |
|
27
|
Any other relevant information. |
|
28
|
|