Skip to content

Commit 9671a20

Browse files
authored
Merge pull request #128 from maxdrib/issue-templates
Issue templates
2 parents 773258f + 40c7c11 commit 9671a20

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Tell us about a problem you are experiencing
4+
5+
---
6+
7+
/kind bug
8+
9+
**What steps did you take and what happened:**
10+
[A clear and concise description of what the bug is.]
11+
12+
13+
**What did you expect to happen:**
14+
15+
16+
**Anything else you would like to add:**
17+
[Miscellaneous information that will assist in solving the issue.]
18+
19+
20+
**Environment:**
21+
22+
- Cluster-api-provider-cloudstack version:
23+
- Kubernetes version: (use `kubectl version`):
24+
- OS (e.g. from `/etc/os-release`):
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature enhancement request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
/kind feature
8+
9+
**Describe the solution you'd like**
10+
[A clear and concise description of what you want to happen.]
11+
12+
13+
**Anything else you would like to add:**
14+
[Miscellaneous information that will assist in solving the issue.]
15+
16+
17+
**Environment:**
18+
19+
- Cluster-api-provider-cloudstack version:
20+
- Kubernetes version: (use `kubectl version`):
21+
- OS (e.g. from `/etc/os-release`):

0 commit comments

Comments
 (0)