Skip to content

Commit d18e69d

Browse files
authored
Merge pull request #616 from kubernetes-client/brendandburns-issue-template
Update issue templates
2 parents 26833a6 + 06ac459 commit d18e69d

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
** Client Version **
14+
e.g. `0.12.0`
15+
16+
** Server Version **
17+
e.g. `1.19.1`
18+
19+
**To Reproduce**
20+
Steps to reproduce the behavior:
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
** Example Code**
26+
Code snippet for what you are doing
27+
28+
**Environment (please complete the following information):**
29+
- OS: [e.g. Windows, Linux]
30+
- NodeJS Version [eg. 10]
31+
- Cloud runtime [e.g. Azure Functions, Lambda]
32+
33+
**Additional context**
34+
Add any other context about the problem here.

0 commit comments

Comments
 (0)