Skip to content

Commit 5d93399

Browse files
Update issue templates
1 parent 96cf752 commit 5d93399

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug or unexpected behavior
3+
about: Create a report to help us improve.
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
12+
A clear and concise description of what the bug is. What did you expect to happen? What happened instead?
13+
14+
**To Reproduce**
15+
16+
Provide a self-contained code snippet that illustrates the bug or unexpected behavior. Ideally, send a Pull Request to illustrate with a test that illustrates the problem.
17+
18+
```python
19+
raise RuntimeError("something went wrong")
20+
```
21+
22+
**Runtime environment**
23+
24+
Provide a summary of your runtime environment. Which operating system, python version, and docker version are you using? What is the version of `testcontainers-python` you are using? You can run the following commands to get the relevant information.
25+
26+
```bash
27+
# Get the operating system information (on a unix os).
28+
$ uname -a
29+
# Get the python version.
30+
$ python --version
31+
# Get the docker version and other docker information.
32+
$ docker info
33+
# Get all python packages.
34+
$ pip freeze
35+
```

0 commit comments

Comments
 (0)