diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 478023c77..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,23 +0,0 @@ - - -### Subject of the issue - - -### Your environment -* version of `jquery-validate`: -* which browser and its version: - -### Steps to reproduce - - -### Expected behaviour - - -### Actual behaviour - diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.md b/.github/ISSUE_TEMPLATE/01_bug_report.md new file mode 100644 index 000000000..856a1af54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Report something that's broken. Please ensure that you're using the latest version. +labels: Bug + +--- + +## Your environment +* Version of `jquery-validate`: +* Browser name and version: + +## Current behavior + + + +## Expected behavior + + + +## Live demo + + diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md new file mode 100644 index 000000000..6d49cfb86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Wouldn't it be nice if jquery-validate could ... +labels: Feature + +--- + +## New feature motivation + + + +## New feature description + + + +## New feature implementation + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..ff16301d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Support Questions & Other + url: https://stackoverflow.com/questions/ask?tags=jquery-validate + about: 'This repository is only for reporting bugs. If you have a question or need help using the library, click:' + - name: Documentation issue + url: https://github.com/jquery-validation/validation-content + about: For documentation issues, open a pull request at the jquery-validation/validation-content repository