Skip to content

Commit b5673c7

Browse files
author
Kevin Morris
committedJun 14, 2017
Adds issue template and updates Instructions for Reporting a Bug
1 parent 769e790 commit b5673c7

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed
 

‎.github/issue_template.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Please review [Instructions for Reporting a Bug](https://github.com/jquery-form/form/blob/master/CONTRIBUTING.md#reporting-a-bug).
2+
3+
### Description:
4+
5+
### Expected Behavior:
6+
7+
### Actual behavior:
8+
9+
### Versions:
10+
**LoadJSON:**
11+
**jQuery:**
12+
**Browsers:**
13+
14+
### Demonstration
15+
Link to demonstration of issue in [JSFiddle](https://jsfiddle.net/) or [CodePen](https://codepen.io/):
16+
17+
### Steps to reproduce:

‎CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Here are a couple of guidelines that will help you contribute. Before we get sta
2828

2929
5. Send a pull request (PR). Bonus points for topic branches.
3030
* Please make sure all of your commits are atomic (one feature per commit).
31-
* Use clear, sensible commit messages. One-line messages are fine for small changes, but bigger changes should look like this:
32-
31+
* Use sensible commit messages.
32+
* Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
3333
```shell
3434
$ git commit -m "A brief summary of the commit"
3535
>
@@ -71,6 +71,8 @@ jQuery Form uses [Node.js](https://nodejs.org/), [Grunt](https://gruntjs.com/),
7171
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:
7272
7373
* Which version of the plugin are you using?
74+
* Which version of the jQuery library are you using?
75+
* What browsers (and versions) have you tested in?
7476
* How can the error be reproduced?
7577
* If possible, include a link to a [JSFiddle](https://jsfiddle.net/) or [CodePen](https://codepen.io/) example of the error.
7678

0 commit comments

Comments
 (0)
Please sign in to comment.