Skip to content

Commit

Permalink
Merge pull request #80 from testcontainers/bug-report-template
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
gianarb committed Aug 7, 2019
2 parents c5eeb79 + 231c5fe commit 0b600ba
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: ''
labels: ''
assignees: ''

---

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

**To Reproduce**
Can you write a unit test to reproduce your issue?

**Expected behavior**
A clear and concise description of what you expected to happen.

** docker info **
output of the command:

```
$ docker info
```

**Additional context**
Add any other context about the problem here.

0 comments on commit 0b600ba

Please sign in to comment.