Skip to content

Commit

Permalink
Chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed May 12, 2022
1 parent 350f6ae commit aa5bcdc
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

25 changes: 25 additions & 0 deletions .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

<!-- 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 changes: 18 additions & 0 deletions .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

<!-- 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 changes: 8 additions & 0 deletions .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

0 comments on commit aa5bcdc

Please sign in to comment.