From ae5c39cffe9c455849028ddeb1f8edde721e978a Mon Sep 17 00:00:00 2001 From: Dave Ankin Date: Mon, 15 Jan 2024 08:36:39 -0500 Subject: [PATCH 1/4] disable workflows, add issue templates --- .../bug-or-unexpected-behavior.md | 2 +- .github/ISSUE_TEMPLATE/feature-proposal.md | 22 ++++++++++++ .github/ISSUE_TEMPLATE/question.md | 35 +++++++++++++++++++ ...label.yml => attention-label.yml.disabled} | 0 .../workflows/{docs.yml => docs.yml.disabled} | 0 .../workflows/{main.yml => main.yml.disabled} | 0 ...irements.yml => requirements.yml.disabled} | 0 ...ge-label.yml => triage-label.yml.disabled} | 0 8 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature-proposal.md create mode 100644 .github/ISSUE_TEMPLATE/question.md rename .github/workflows/{attention-label.yml => attention-label.yml.disabled} (100%) rename .github/workflows/{docs.yml => docs.yml.disabled} (100%) rename .github/workflows/{main.yml => main.yml.disabled} (100%) rename .github/workflows/{requirements.yml => requirements.yml.disabled} (100%) rename .github/workflows/{triage-label.yml => triage-label.yml.disabled} (100%) 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/docs.yml b/.github/workflows/docs.yml.disabled similarity index 100% rename from .github/workflows/docs.yml rename to .github/workflows/docs.yml.disabled diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml.disabled similarity index 100% rename from .github/workflows/main.yml rename to .github/workflows/main.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 From 0bb9848a2d47cfd4b623dbf766a00c07ffdb1412 Mon Sep 17 00:00:00 2001 From: Dave Ankin Date: Mon, 15 Jan 2024 08:39:28 -0500 Subject: [PATCH 2/4] also remove codeowners --- CODEOWNERS | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 CODEOWNERS 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 From c1f7e4ef7b0173d267a8ab8d6934eeef04ce42d3 Mon Sep 17 00:00:00 2001 From: David Ankin Date: Wed, 31 Jan 2024 11:07:03 -0500 Subject: [PATCH 3/4] bring back docs --- .github/workflows/{docs.yml.disabled => docs.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{docs.yml.disabled => docs.yml} (100%) diff --git a/.github/workflows/docs.yml.disabled b/.github/workflows/docs.yml similarity index 100% rename from .github/workflows/docs.yml.disabled rename to .github/workflows/docs.yml From 7b989c568983a984394ddcd68d929c843b4abe76 Mon Sep 17 00:00:00 2001 From: David Ankin Date: Wed, 31 Jan 2024 11:11:40 -0500 Subject: [PATCH 4/4] bring back main --- .github/workflows/{main.yml.disabled => main.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{main.yml.disabled => main.yml} (100%) diff --git a/.github/workflows/main.yml.disabled b/.github/workflows/main.yml similarity index 100% rename from .github/workflows/main.yml.disabled rename to .github/workflows/main.yml