ajv/.github/ISSUE_TEMPLATE.md

63 lines
1.3 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:49:35 +03:00
Please provide all info and reduce your schema and data to the smallest possible size.
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
2016-08-15 02:32:48 +03:00
- Ajv usage questions: https://gitter.im/ajv-validator/ajv
-->
**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.
-->
**Validation result, data AFTER validation, error messages:**
```
```
**What results did you expect?**
2016-08-11 02:59:09 +03:00
2016-08-15 02:32:48 +03:00
**Are you going to resolve the issue?**