Skip to content

Commit

Permalink
Merge pull request #409 from garden-io/issue-templates
Browse files Browse the repository at this point in the history
Add issue templates for bug reports
  • Loading branch information
eysi09 authored Dec 9, 2018
2 parents dc0ebb8 + 692c94c commit 39f1c42
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: "Bug report"
about: Create a report to help make garden better
---

## Bug

### Current Behavior

<!-- If applicable, add screenshots to help explain your problem. -->

### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

### Reproducible example

<!-- Use one of our examples or link to a minimal example showing the issue -->
<!-- Try to include commands run or output -->

### Suggested solution(s)

<!-- How could we solve this bug? What changes would need to made? -->

### Additional context

<!-- Add any other context about the problem here. -->

### Your environment

<!-- PLEASE FILL THIS OUT -->

<!-- Please run and copy and paste the results -->
`garden -v`

`kubectl version`

`docker version`

0 comments on commit 39f1c42

Please sign in to comment.