-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable workflows and add issue templates (#411)
* disable workflows, add issue templates * also remove codeowners * bring back docs * bring back main
- Loading branch information
1 parent
6ee98a3
commit eb97236
Showing
7 changed files
with
58 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature Proposal | ||
about: Send a note to the tc-python team about something you would like to see changed or improved. | ||
title: 'Feature: ' | ||
labels: '🚀 enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- feel free to remove any irrelevant section(s) below --> | ||
|
||
**What are you trying to do?** | ||
|
||
Describe the intention of the enhancement. | ||
|
||
**Why should it be done this way?** | ||
|
||
Describe the motivation of the enhancement. | ||
|
||
**Other references:** | ||
|
||
Include any other relevant reading material about the enhancement. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about how to use this library. | ||
title: 'Question: ' | ||
labels: '📖 documentation' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- feel free to remove any irrelevant section(s) below --> | ||
|
||
**What are you trying to do?** | ||
|
||
Ask your question here | ||
|
||
**Where are you trying to do it?** | ||
|
||
Provide a self-contained code snippet that illustrates the bug or unexpected behavior. | ||
Ideally, include a link to a public repository with a minimal project where someone from the | ||
testcontainers-python can submit a PR with a solution to the problem you are facing with the library. | ||
|
||
**Runtime environment** | ||
|
||
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. | ||
|
||
```bash | ||
# Get the operating system information (on a unix os). | ||
$ uname -a | ||
# Get the python version. | ||
$ python --version | ||
# Get the docker version and other docker information. | ||
$ docker info | ||
# Get all python packages. | ||
$ pip freeze | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.