Skip to content

Commit 3adbb0c

Browse files
authored
Add github issue template (#189)
* Add github issue template
1 parent 6160981 commit 3adbb0c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions.-->
2+
3+
## Is this a BUG REPORT or FEATURE REQUEST?
4+
5+
Choose one: BUG REPORT or FEATURE REQUEST
6+
7+
<!--
8+
If this is a BUG REPORT, please:
9+
- Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
10+
11+
If this is a FEATURE REQUEST, please:
12+
- Describe *in detail* the feature/behaviour/change you'd like to see.
13+
14+
If we can't reproduce a bug or think a feature already exists, we
15+
might close your issue. If we're wrong, PLEASE feel free to reopen it and
16+
explain why.
17+
-->
18+
19+
## Versions
20+
21+
**CCM Version**:
22+
23+
**Environment**:
24+
- **Kubernetes version** (use `kubectl version`):
25+
- **OS** (e.g. from /etc/os-release):
26+
- **Kernel** (e.g. `uname -a`):
27+
- **Others**:
28+
29+
## What happened?
30+
31+
## What you expected to happen?
32+
33+
## How to reproduce it (as minimally and precisely as possible)?
34+
35+
## Anything else we need to know?

0 commit comments

Comments
 (0)