Skip to content

Commit a85d13f

Browse files
committed
Merge pull request #408 from maciaszczykm/issue-template
Add issue template
2 parents a1db480 + 717ddf2 commit a85d13f

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#### Issue details
2+
3+
##### Environment
4+
<!-- Describe how do you run Kubernetes and Dashboard.
5+
Versions of Node.js, Go etc. are needed only from developers. To get them use console:
6+
$ node --version
7+
$ go version
8+
-->
9+
10+
```
11+
Dashboard version:
12+
Kubernetes version:
13+
Operating system:
14+
Node.js version:
15+
Go version:
16+
```
17+
18+
##### Steps to reproduce
19+
<!-- Describe all steps needed to reproduce the issue. It is a good place to use numbered list. -->
20+
21+
##### Observed result
22+
<!-- Describe observed result as precisely as possible. -->
23+
24+
##### Expected result
25+
<!-- Describe expected result as precisely as possible. -->
26+
27+
##### Comments
28+
<!-- If you have any comments or more details, put them here. -->

0 commit comments

Comments
 (0)