-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #361 from jakerella/test-and-doc-updates
Update dependencies; change license to MIT, remove support for lower versions of jQuery, add GH templates
- Loading branch information
Showing
55 changed files
with
1,360 additions
and
156,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Bug report | ||
about: Tell us about a problem you have | ||
title: '' | ||
labels: Bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Problem Description | ||
|
||
_Clear, concise description of the problem._ | ||
|
||
_**TODO**_ | ||
|
||
## Reproduction Steps | ||
|
||
_Detailed steps to reproduce the problem. | ||
|
||
_**TODO**_ | ||
|
||
* Browser / Environment: | ||
- [ ] chrome version: xxx | ||
- [ ] firefox version: xxx | ||
- [ ] edge version: xxx | ||
- [ ] safari version: xxx | ||
- [ ] node version: xxx | ||
- [ ] other: ... | ||
|
||
## Expected Behavior | ||
|
||
_What did you **expect** to happen, what does "good" look like?._ | ||
|
||
_**TODO**_ | ||
|
||
## Additional Information | ||
|
||
_Fill in as necessary._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: Feature/Enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Problem Description | ||
|
||
[ A clear and concise description of what the problem is. For example, _I am frustrated when ..._, or _I would like to be able to ..._ ] | ||
|
||
## Possible Workarounds | ||
|
||
Do you have a way of working around this problem already? Please tell us! | ||
|
||
## Possible Solutions | ||
|
||
Do you have an idea of how this problem could be solved? Feel free to suggest it here! | ||
|
||
## Additional Context | ||
|
||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about the project! | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Topic | ||
|
||
Please let us know if your question relates to one of these topics! | ||
|
||
- [ ] Something wrong with the library (should this be a Bug Report??) | ||
- [ ] Something I want the library to do (should this be a Feature Request??) | ||
- [ ] Help using the library (check the docs first!) | ||
- [ ] Author, license, copyright, etc | ||
- [ ] Contributing to the project | ||
- [ ] Documentation | ||
- [ ] Other | ||
|
||
## Question | ||
|
||
Please add your question here, if this is regarding a specific piece of functionality, please be sure to mention it. Include as much detail in your request as possible! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Security Policy | ||
|
||
## Supported plugin Versions | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 2.x | yes | | ||
| 1.x | yes | | ||
|
||
## Supported jQuery Versions | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 3.x | yes | | ||
| 2.x | yes | | ||
| 1.x | yes | | ||
|
||
_Note that only the latest patch of each jQuery version is supported_ | ||
|
||
## Reporting a Vulnerability | ||
|
||
You can report a non-sensitive vulnerability or issue is the GitHub issues. Otherwise, please use the GitHub security reporting feature. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## What is the problem being solved? | ||
|
||
_Please describe the problem being solved. You can reference an existing [Issue](https://github.com/jakerella/jquery-mockjax/issues) versus rewriting it here!_ | ||
|
||
_**TODO: describe it...**_ | ||
|
||
## How have you solved the problem? | ||
|
||
_Please describe your approach to solving the problem. Don't repeat the changes in the file diff, just focus on the high-level approach!_ | ||
|
||
_**TODO: describe it...**_ | ||
|
||
## How can someone test that the problem was solved? | ||
|
||
_**TODO: describe specific testing that a reviewer should perform...**_ | ||
|
||
- [ ] I have run the unit tests locally | ||
- [ ] I have tested this change with all supported versions of jQuery | ||
- [ ] I have tested this change on at least 2 browsers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Copyright (c) 2014-2018 Jordan Kasper, formerly appendTo | ||
Copyright (c) 2014-2024 Jordan Kasper, formerly appendTo | ||
|
||
NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014 | ||
|
||
Dual licensed under the MIT or GPLv2 licenses (your choice): | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
* [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT) | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
* [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html) | ||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.