mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-14 20:35:47 +01:00
Chore: update issue templates
This commit is contained in:
23
.github/ISSUE_TEMPLATE.md
vendored
23
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,23 +0,0 @@
|
|||||||
<!--
|
|
||||||
### Checklist for this issue
|
|
||||||
If your issue is about the regex used in `email` rule, please note that as of version 1.12.0 this plugin is using the same regular expression that the HTML5 specification suggests for browsers to use (https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address). We will follow their lead and use the same check. If you think the specification is wrong, please report the issue to them. If you have different requirements, consider using a custom method.
|
|
||||||
In case you need to adjust the built-in validation regular expression patterns, please follow the documentation (http://jqueryvalidation.org/jQuery.validator.methods/).
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Subject of the issue
|
|
||||||
<!-- Describe your issue here. -->
|
|
||||||
|
|
||||||
### Your environment
|
|
||||||
* version of `jquery-validate`:
|
|
||||||
* which browser and its version:
|
|
||||||
|
|
||||||
### Steps to reproduce
|
|
||||||
<!--
|
|
||||||
Tell us how to reproduce this issue. If possible, please provide a working demo in JSFiddle (https://jsfiddle.net) or JSBin (https://jsbin.com/).
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Expected behaviour
|
|
||||||
<!-- Tell us what should happen -->
|
|
||||||
|
|
||||||
### Actual behaviour
|
|
||||||
<!-- Tell us what happens instead -->
|
|
||||||
25
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
Normal file
@@ -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
|
||||||
|
|
||||||
|
<!-- Describe how the issue manifests. -->
|
||||||
|
|
||||||
|
## Expected behavior
|
||||||
|
|
||||||
|
<!-- Describe what the desired behavior would be. -->
|
||||||
|
|
||||||
|
## Live demo <!-- !!! THIS SECTION IS REQUIRED !!! -->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Provide a working example in order for us to be able to reproduce the issue.
|
||||||
|
https://codepen.io/
|
||||||
|
-->
|
||||||
18
.github/ISSUE_TEMPLATE/02_feature_request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/02_feature_request.md
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Wouldn't it be nice if jquery-validate could ...
|
||||||
|
labels: Feature
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## New feature motivation
|
||||||
|
|
||||||
|
<!-- Describe the context, the use-case and the advantages of the feature request. -->
|
||||||
|
|
||||||
|
## New feature description
|
||||||
|
|
||||||
|
<!-- Optionally describe the functional changes that would have to be made. -->
|
||||||
|
|
||||||
|
## New feature implementation
|
||||||
|
|
||||||
|
<!-- Optionally describe the technical changes to be made in. -->
|
||||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user