docs: usage questions

master
Evgeny Poberezkin 2016-08-15 00:32:48 +01:00
parent 6deeb39281
commit d8a3001e9c
2 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,7 @@ 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
- 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?**
@ -58,4 +59,4 @@ It would help if you post a working code sample in Tonic notebook and include th
**What results did you expect?**
**Do you intend to resolve the issue?**
**Are you going to resolve the issue?**

View File

@ -7,6 +7,7 @@ Thank you for your help making Ajv better!
- [Change proposals](#changes)
- [Compatibility issues](#compatibility)
- [JSON schema standard](#json-schema)
- [Ajv usage questions](#usage)
- [Contibuting code](#contibuting-code)
- [Development](#development)
- [Pull requests](#pull-requests)
@ -74,7 +75,12 @@ Ajv implements JSON schema standard draft 4 and the proposed extensions for the
If the issue is related to using v5 extensions please submit it as a [bug report](https://github.com/epoberezkin/ajv/issues/new).
If it is a general issue related to using the standard keywords included in JSON Schema or implementing some advanced validation logic please consider submitting the question to [JSON-Schema.org](https://github.com/json-schema-org/json-schema-spec/issues/new). Please mention @epoberezkin if you want me to be notified.
If it is a general issue related to using the standard keywords included in JSON Schema or implementing some advanced validation logic please ask the question on [Stack Overflow](http://stackoverflow.com/questions/ask?tags=jsonschema) (my account is [esp](http://stackoverflow.com/users/1816503/esp)) or submitting the question to [JSON-Schema.org](https://github.com/json-schema-org/json-schema-spec/issues/new). Please mention @epoberezkin.
#### <a name="usage"></a>Ajv usage questions
The best place to ask a question about using Ajv is [Gitter chat](https://gitter.im/ajv-validator/ajv).
## Contibuting code