Skip to content

Commit d49ce15

Browse files
Merge pull request #740 from snyk/chore/add-issues-templates
chore: add github issues templates
2 parents cc28069 + 3e5a283 commit d49ce15

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: "🐛 Bug report"
3+
about: Submit a bug
4+
title: "[🐛]"
5+
labels: "🐛 bug"
6+
assignees: ''
7+
---
8+
9+
- `kubernetes-monitor version [e.g. v1.53.0]`
10+
- `Cloud runtime [e.g. GKE, EKS]`
11+
12+
### Expected behaviour
13+
Please share the _expected_ behaviour.
14+
15+
### Actual behaviour
16+
Please share the _problematic_ behaviour you are seeing.
17+
18+
### Steps to reproduce
19+
Please share the _minimal_ steps needed to reproduce your issue. Ideally
20+
container image or a YAML file to showcase the problem that can also
21+
be used for testing.
22+
23+
### Screenshots
24+
If applicable, add screenshots to help explain your problem.
25+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "🙏 Feature Request"
3+
about: Submit a feature request
4+
title: "[🙏]"
5+
labels: "🙏 feature request"
6+
assignees: ''
7+
---
8+
9+
**Describe the user need**
10+
E.g. I want `kubernetes-monitor` to scan my X workload's type.
11+
12+
**Describe expected behaviour**
13+
14+
If you have an idea how you would like this to behave please share in as much detail as possible.
15+
16+
**Additional context**
17+
18+
Add any other context or screenshots about the feature request here.
19+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)