1name: Bug report
2description: Create a report to help us improve
3labels: ["bug"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for taking the time to fill out this bug report! If you have questions about using the OpenAI Evals library, please open a [Discussion thread](https://github.com/openai/evals/discussions).
9 - type: textarea
10 id: what-happened
11 attributes:
12 label: Describe the bug
13 description: A clear and concise description of what the bug is, and any additional context.
14 placeholder: Tell us what you see!
15 validations:
16 required: true
17 - type: textarea
18 id: repro-steps
19 attributes:
20 label: To Reproduce
21 description: Steps to reproduce the behavior.
22 placeholder: |
23 1. Fetch a '...'
24 2. Update the '....'
25 3. See error
26 validations:
27 required: true
28 - type: textarea
29 id: code-snippets
30 attributes:
31 label: Code snippets
32 description: If applicable, add code snippets to help explain your problem.
33 render: Python
34 validations:
35 required: false
36 - type: input
37 id: os
38 attributes:
39 label: OS
40 placeholder: macOS
41 validations:
42 required: true
43 - type: input
44 id: language-version
45 attributes:
46 label: Python version
47 placeholder: Python v3.8.0
48 validations:
49 required: true
50 - type: input
51 id: lib-version
52 attributes:
53 label: Library version
54 placeholder: openai-evals v0.1.1
55 validations:
56 required: true
57
1name: Bug report
2description: Create a report to help us improve
3labels: ["bug"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for taking the time to fill out this bug report! If you have questions about using the OpenAI Evals library, please open a [Discussion thread](https://github.com/openai/evals/discussions).
9 - type: textarea
10 id: what-happened
11 attributes:
12 label: Describe the bug
13 description: A clear and concise description of what the bug is, and any additional context.
14 placeholder: Tell us what you see!
15 validations:
16 required: true
17 - type: textarea
18 id: repro-steps
19 attributes:
20 label: To Reproduce
21 description: Steps to reproduce the behavior.
22 placeholder: |
23 1. Fetch a '...'
24 2. Update the '....'
25 3. See error
26 validations:
27 required: true
28 - type: textarea
29 id: code-snippets
30 attributes:
31 label: Code snippets
32 description: If applicable, add code snippets to help explain your problem.
33 render: Python
34 validations:
35 required: false
36 - type: input
37 id: os
38 attributes:
39 label: OS
40 placeholder: macOS
41 validations:
42 required: true
43 - type: input
44 id: language-version
45 attributes:
46 label: Python version
47 placeholder: Python v3.8.0
48 validations:
49 required: true
50 - type: input
51 id: lib-version
52 attributes:
53 label: Library version
54 placeholder: openai-evals v0.1.1
55 validations:
56 required: true
57