Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar authored Jun 24, 2019
1 parent 98ae921 commit 36ca3a5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[bug] "
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**

1.
2.
3.

**Expected behavior**



**Versions, Logs & Configs**
> k8s version: `kubectl version`
> admission-control version: `git rev-parse HEAD`
> container logs: `kubectl logs -f -l app=admission-control`
> any relevant k8s manifests - your `Deployment`, `Service` & `ValidatingWebhookConfiguration`

0 comments on commit 36ca3a5

Please sign in to comment.