From 1393b78341da87733fe768d67064d42607746655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Sat, 31 May 2025 11:04:58 +0200 Subject: [PATCH] Remove unnecesary templates in Github MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ------------------- .github/ISSUE_TEMPLATE/feature_request.md | 16 ----------- .github/ISSUE_TEMPLATE/model_provider.md | 26 ----------------- .github/ISSUE_TEMPLATE/question.md | 16 ----------- .../pull_request_template.md | 18 ------------ 5 files changed, 104 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/model_provider.md delete mode 100644 .github/ISSUE_TEMPLATE/question.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index e78de87f..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Report a bug -title: '' -labels: bug -assignees: '' - ---- - -### Please read this first - -- **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/) -- **Have you searched for related issues?** Others may have faced similar issues. - -### Describe the bug -A clear and concise description of what the bug is. - -### Debug information -- Agents SDK version: (e.g. `v0.0.3`) -- Python version (e.g. Python 3.10) - -### Repro steps - -Ideally provide a minimal python script that can be run to reproduce the bug. - - -### Expected behavior -A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index edd7681a..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -### Please read this first - -- **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/) -- **Have you searched for related issues?** Others may have had similar requesrs - -### Describe the feature -What is the feature you're requesting? How would it work? Please provide examples and details if possible. diff --git a/.github/ISSUE_TEMPLATE/model_provider.md b/.github/ISSUE_TEMPLATE/model_provider.md deleted file mode 100644 index b56cb24e..00000000 --- a/.github/ISSUE_TEMPLATE/model_provider.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Custom model providers -about: Questions or bugs about using non-OpenAI models -title: '' -labels: bug -assignees: '' - ---- - -### Please read this first - -- **Have you read the custom model provider docs, including the 'Common issues' section?** [Model provider docs](https://openai.github.io/openai-agents-python/models/#using-other-llm-providers) -- **Have you searched for related issues?** Others may have faced similar issues. - -### Describe the question -A clear and concise description of what the question or bug is. - -### Debug information -- Agents SDK version: (e.g. `v0.0.3`) -- Python version (e.g. Python 3.10) - -### Repro steps -Ideally provide a minimal python script that can be run to reproduce the issue. - -### Expected behavior -A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index cb4a05dc..00000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Question -about: Questions about the SDK -title: '' -labels: question -assignees: '' - ---- - -### Please read this first - -- **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/) -- **Have you searched for related issues?** Others may have had similar requesrs - -### Question -Describe your question. Provide details if available. diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 0fdeab1e..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,18 +0,0 @@ -### Summary - - - -### Test plan - - - -### Issue number - - - -### Checks - -- [ ] I've added new tests (if relevant) -- [ ] I've added/updated the relevant documentation -- [ ] I've run `make lint` and `make format` -- [ ] I've made sure tests pass