Skip to content

Commit 957763e

Browse files
authored
Update issue templates
Issue templates
1 parent 63ceb52 commit 957763e

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Please read this first
11+
12+
- **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/)
13+
- **Have you searched for related issues?** Others may have faced similar issues.
14+
15+
### Describe the bug
16+
A clear and concise description of what the bug is.
17+
18+
### Debug information
19+
- Agents SDK version: (e.g. `v0.0.3`)
20+
- Python version (e.g. Python 3.10)
21+
22+
### Repro steps
23+
24+
Ideally provide a minimal python script that can be run to reproduce the bug.
25+
26+
27+
### Expected behavior
28+
A clear and concise description of what you expected to happen.

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Please read this first
11+
12+
- **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/)
13+
- **Have you searched for related issues?** Others may have had similar requesrs
14+
15+
### Describe the feature
16+
What is the feature you're requesting? How would it work? Please provide examples and details if possible.

Diff for: .github/ISSUE_TEMPLATE/question.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Question
3+
about: Questions about the SDK
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
### Please read this first
11+
12+
- **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/)
13+
- **Have you searched for related issues?** Others may have had similar requesrs
14+
15+
### Question
16+
Describe your question. Provide details if available.

0 commit comments

Comments
 (0)