ajv/.github/ISSUE_TEMPLATE.md

64 lines
1.4 KiB
Markdown
Raw Normal View History

<!--
2016-08-12 03:47:27 +03:00
Frequently Asked Questions: https://github.com/epoberezkin/ajv/blob/master/FAQ.md
2016-08-12 03:46:01 +03:00
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.
2016-08-12 02:00:09 +03:00
This template is for bug reports. For other issues please use:
2016-08-12 03:44:26 +03:00
- 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
-->
**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?**
2016-08-11 02:59:09 +03:00
**Do you intend to resolve the issue?**