From 8c7ce5997f9be17a15feaf604c940adaefdd7a33 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Wed, 2 Jan 2019 23:40:41 +0000 Subject: [PATCH] update issue templates --- .github/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/bug-or-error-report.md | 10 +++++++++- .github/ISSUE_TEMPLATE/change.md | 9 +++++++++ .github/ISSUE_TEMPLATE/compatibility.md | 19 ++++++++++++++----- 4 files changed, 33 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1deda1e..bac24ac 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug-or-error-report.md b/.github/ISSUE_TEMPLATE/bug-or-error-report.md index 7f102d1..3da68b7 100644 --- a/.github/ISSUE_TEMPLATE/bug-or-error-report.md +++ b/.github/ISSUE_TEMPLATE/bug-or-error-report.md @@ -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: '' --- + + **What version of Ajv are you using? Does the issue happen if you use the latest version?** diff --git a/.github/ISSUE_TEMPLATE/change.md b/.github/ISSUE_TEMPLATE/change.md index 965bd02..7306708 100644 --- a/.github/ISSUE_TEMPLATE/change.md +++ b/.github/ISSUE_TEMPLATE/change.md @@ -1,3 +1,12 @@ +--- +name: Feature or change proposal +about: For proposals of new features, options or some other improvements +title: '' +labels: 'enhancement' +assignees: '' + +--- +