diff --git a/.github/ISSUE_TEMPLATE/bug-or-unexpected-behavior.md b/.github/ISSUE_TEMPLATE/bug-or-unexpected-behavior.md index 56242051e..98b61f3f1 100644 --- a/.github/ISSUE_TEMPLATE/bug-or-unexpected-behavior.md +++ b/.github/ISSUE_TEMPLATE/bug-or-unexpected-behavior.md @@ -1,7 +1,7 @@ --- name: Bug or unexpected behavior about: Create a report to help us improve. -title: '' +title: 'Bug: ' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature-proposal.md b/.github/ISSUE_TEMPLATE/feature-proposal.md new file mode 100644 index 000000000..cabafa26b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-proposal.md @@ -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: '' + +--- + + + +**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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..9a7af6ead --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,35 @@ +--- +name: Question +about: Ask a question about how to use this library. +title: 'Question: ' +labels: '📖 documentation' +assignees: '' + +--- + + + +**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 +``` diff --git a/.github/workflows/attention-label.yml b/.github/workflows/attention-label.yml.disabled similarity index 100% rename from .github/workflows/attention-label.yml rename to .github/workflows/attention-label.yml.disabled diff --git a/.github/workflows/requirements.yml b/.github/workflows/requirements.yml.disabled similarity index 100% rename from .github/workflows/requirements.yml rename to .github/workflows/requirements.yml.disabled diff --git a/.github/workflows/triage-label.yml b/.github/workflows/triage-label.yml.disabled similarity index 100% rename from .github/workflows/triage-label.yml rename to .github/workflows/triage-label.yml.disabled diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index aa08e1052..000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,23 +0,0 @@ -/arangodb @nshine -/azurite @pffijt -/clickhouse @yakimka -# /compose -# /core -/elasticsearch @nivm @daTokenizer -/google @tillahoffmann -/kafka @ash1425 -/keycloak @timbmg -/localstack @ImFlog -# /meta -/minio @maltehedderich -/mongodb @dabrign -# /mssql -# /mysql -/neo4j @eastlondoner -# /nginx -/opensearch @maltehedderich -# /oracle -# /postgres -/rabbitmq @KerstenBreuer -/redis @daTokenizer -# /selenium