Skip to content

Commit

Permalink
Adds issue template and updates Instructions for Reporting a Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Morris committed Jun 14, 2017
1 parent 769e790 commit b5673c7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Please review [Instructions for Reporting a Bug](https://github.com/jquery-form/form/blob/master/CONTRIBUTING.md#reporting-a-bug).

### Description:

### Expected Behavior:

### Actual behavior:

### Versions:
**LoadJSON:**
**jQuery:**
**Browsers:**

### Demonstration
Link to demonstration of issue in [JSFiddle](https://jsfiddle.net/) or [CodePen](https://codepen.io/):

### Steps to reproduce:
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Here are a couple of guidelines that will help you contribute. Before we get sta

5. Send a pull request (PR). Bonus points for topic branches.
* Please make sure all of your commits are atomic (one feature per commit).
* Use clear, sensible commit messages. One-line messages are fine for small changes, but bigger changes should look like this:

* Use sensible commit messages.
* Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
```shell
$ git commit -m "A brief summary of the commit"
>
Expand Down Expand Up @@ -71,6 +71,8 @@ jQuery Form uses [Node.js](https://nodejs.org/), [Grunt](https://gruntjs.com/),
So you've found a bug, and want to help us fix it? Before filing a bug report, please double-check the bug hasn't already been reported. You can do so [on our issue tracker](https://github.com/jquery-form/form/issues?q=is%3Aopen+is%3Aissue). If something hasn't been raised, you can go ahead and create a new issue with the following information:
* Which version of the plugin are you using?
* Which version of the jQuery library are you using?
* What browsers (and versions) have you tested in?
* How can the error be reproduced?
* If possible, include a link to a [JSFiddle](https://jsfiddle.net/) or [CodePen](https://codepen.io/) example of the error.
Expand Down

0 comments on commit b5673c7

Please sign in to comment.