ajv/.github/ISSUE_TEMPLATE.md

66 lines
1.4 KiB
Markdown

<!--
Before submitting the issue please search the existing issues and also review Frequently Asked Questions: https://github.com/epoberezkin/ajv/blob/master/FAQ.md
This template is for bug reports. For other issues please use:
- a new feature/improvement: http://epoberezkin.github.io/ajv/contribute.html#changes
- compatibility issues: http://epoberezkin.github.io/ajv/contribute.html#compatibility
- JSON-Schema standard: http://epoberezkin.github.io/ajv/contribute.html#json-schema
I would really appreciate the time you spend providing all the information and reducing both your schema and data to the smallest possible size when they still have the issue.
Thank you!
-->
**What version of Ajv are you using? Does the issue happen if you use the latest version?**
**Ajv options object (see https://github.com/epoberezkin/ajv#options):**
```javascript
```
**JSON Schema (please make it as small as possible to reproduce the issue):**
```json
```
**Data (please make it as small as posssible to reproduce the issue):**
```json
```
**Your code (please use `options`, `schema` and `data` as variables):**
```javascript
```
<!--
It would help if you post a working code sample in Tonic notebook and include the link here. You can clone this notebook: https://tonicdev.com/esp/ajv-issue-temlate.
-->
**Validation result, data AFTER validation, error messages:**
```
```
**What results did you expect?**
**Do you intend to resolve the issue?**