|
1 | 1 | --- |
2 | 2 | name: Bug report |
3 | | -about: Create a report to help us improve |
| 3 | +about: Report a reproducible bug |
4 | 4 | title: '' |
5 | 5 | labels: bug |
6 | 6 | assignees: '' |
7 | | ---- |
8 | 7 |
|
9 | | -<!--- If you can, please recreate the bug in a quick test: |
| 8 | +--- |
10 | 9 |
|
11 | | -Simply clone master and use our bug recreation template for chai-openapi-response-validator (https://github.com/openapi-library/OpenAPIValidators/blob/master/packages/chai-openapi-response-validator/test/bugRecreationTemplate.test.ts) |
| 10 | +**Are you using jest or chai**? |
12 | 11 |
|
13 | | -or jest-openapi (https://github.com/openapi-library/OpenAPIValidators/blob/master/packages/jest-openapi/__test__/bugRecreationTemplate.test.ts) |
14 | | - --> |
15 | 12 |
|
16 | | -**Which package are you using**? |
17 | | -`chai-openapi-response-validator` / `jest-openapi` |
| 13 | +**Are you using OpenAPI 2, 3.0.X, or 3.1.0?** |
18 | 14 |
|
19 | | -**OpenAPI version** |
20 | | -2 and/or 3? |
21 | 15 |
|
22 | | -**Describe the bug** |
23 | | -A clear and concise description of what the bug is. |
| 16 | +**Describe the bug clearly** |
24 | 17 |
|
25 | | -**To Reproduce** |
26 | | -Steps to reproduce the behavior: |
27 | 18 |
|
28 | | -1. Do ... |
29 | | -2. Do ... |
30 | | -3. See error |
| 19 | +**Steps to reproduce the bug:** |
| 20 | +1. ... |
| 21 | +2. ... |
| 22 | +3. See error (please paste error output or a screenshot) |
31 | 23 |
|
32 | | -**Expected behavior** |
33 | | -A clear and concise description of what you expected to happen. |
| 24 | +<!--- Ideally, recreate the bug on a branch using our template for jest ((https://github.com/openapi-library/OpenAPIValidators/blob/master/packages/jest-openapi/__test__/bugRecreationTemplate.test.ts)) or chai (https://github.com/openapi-library/OpenAPIValidators/blob/master/packages/chai-openapi-response-validator/test/bugRecreationTemplate.test.ts) --> |
34 | 25 |
|
35 | | -**Screenshots** |
36 | | -If applicable, add screenshots to help explain your problem. |
| 26 | +**What did you expect to happen instead?** |
37 | 27 |
|
38 | | -**Additional context** |
39 | | -Add any other context about the problem here. |
40 | 28 |
|
41 | 29 | **Are you going to resolve the issue?** |
42 | | - |
43 | | -<!--- Feel free to ask for any help and read our [PR guide](https://github.com/openapi-library/OpenAPIValidators/blob/master/CONTRIBUTING.md#pull-requests) --> |
0 commit comments