Skip to content

Commit 91ab9ae

Browse files
authored
Merge branch 'main' into composev2
2 parents 8670dc4 + eb97236 commit 91ab9ae

7 files changed

+58
-24
lines changed

.github/ISSUE_TEMPLATE/bug-or-unexpected-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug or unexpected behavior
33
about: Create a report to help us improve.
4-
title: ''
4+
title: 'Bug: '
55
labels: bug
66
assignees: ''
77

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature Proposal
3+
about: Send a note to the tc-python team about something you would like to see changed or improved.
4+
title: 'Feature: '
5+
labels: '🚀 enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
<!-- feel free to remove any irrelevant section(s) below -->
11+
12+
**What are you trying to do?**
13+
14+
Describe the intention of the enhancement.
15+
16+
**Why should it be done this way?**
17+
18+
Describe the motivation of the enhancement.
19+
20+
**Other references:**
21+
22+
Include any other relevant reading material about the enhancement.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Question
3+
about: Ask a question about how to use this library.
4+
title: 'Question: '
5+
labels: '📖 documentation'
6+
assignees: ''
7+
8+
---
9+
10+
<!-- feel free to remove any irrelevant section(s) below -->
11+
12+
**What are you trying to do?**
13+
14+
Ask your question here
15+
16+
**Where are you trying to do it?**
17+
18+
Provide a self-contained code snippet that illustrates the bug or unexpected behavior.
19+
Ideally, include a link to a public repository with a minimal project where someone from the
20+
testcontainers-python can submit a PR with a solution to the problem you are facing with the library.
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+
```

CODEOWNERS

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)