update issue templates

master
Evgeny Poberezkin 2019-01-02 23:40:41 +00:00
parent af24ccf587
commit 8c7ce5997f
4 changed files with 33 additions and 7 deletions

View File

@ -2,7 +2,7 @@
Frequently Asked Questions: https://github.com/epoberezkin/ajv/blob/master/FAQ.md
Please provide all info and reduce your schema and data to the smallest possible size.
This template is for bug reports. For other issues please use:
This template is for bug or error reports. For other issues please use:
- a new feature/improvement: http://epoberezkin.github.io/ajv/contribute.html#changes
- browser/compatibility issues: http://epoberezkin.github.io/ajv/contribute.html#compatibility
- JSON-Schema standard: http://epoberezkin.github.io/ajv/contribute.html#json-schema

View File

@ -1,12 +1,20 @@
---
name: Bug or error report
about: Please use for issues with incorrect validation behaviour
about: Please use for issues related to incorrect validation behaviour
title: ''
labels: ''
assignees: ''
---
<!--
Frequently Asked Questions: https://github.com/epoberezkin/ajv/blob/master/FAQ.md
Please provide all info and reduce your schema and data to the smallest possible size.
This template is for bug or error reports.
For other issues please see https://github.com/epoberezkin/ajv/blob/master/CONTRIBUTING.md
-->
**What version of Ajv are you using? Does the issue happen if you use the latest version?**

View File

@ -1,3 +1,12 @@
---
name: Feature or change proposal
about: For proposals of new features, options or some other improvements
title: ''
labels: 'enhancement'
assignees: ''
---
<!--
Frequently Asked Questions: https://github.com/epoberezkin/ajv/blob/master/FAQ.md
Please provide all info and reduce your schema and data to the smallest possible size.

View File

@ -1,3 +1,12 @@
---
name: Browser and compatibility issue
about: For issues that only happen in a specific environment
title: ''
labels: 'compatibility'
assignees: ''
---
<!--
Frequently Asked Questions: https://github.com/epoberezkin/ajv/blob/master/FAQ.md
Please provide all info and reduce your schema and data to the smallest possible size.
@ -8,12 +17,12 @@ For other issues please see https://github.com/epoberezkin/ajv/blob/master/CONTR
**The version of Ajv you are using**
**The environment you have the problem with.**
**The environment you have the problem with**
**Your code (please make it as small as possible to reproduce the issue).**
**Your code (please make it as small as possible to reproduce the issue)**
**If your issue is in the browser, please list the other packages loaded in the page in the order they are loaded. Please check if the issue gets resolved (or results change) if you move Ajv bundle closer to the top.**
**If your issue is in the browser, please list the other packages loaded in the page in the order they are loaded. Please check if the issue gets resolved (or results change) if you move Ajv bundle closer to the top**
**Results in node.js v4.**
**Results in node.js v8+**
**Results and error messages in your platform.**
**Results and error messages in your platform**