mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
test (#5255)
This commit is contained in:
parent
196be5db0e
commit
6af0a5e90a
3 changed files with 74 additions and 0 deletions
37
ISSUE_TEMPLATE/FEATURE.md
Normal file
37
ISSUE_TEMPLATE/FEATURE.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!--
|
||||
Thank you for contributing!
|
||||
|
||||
Have a usage question?
|
||||
======================
|
||||
The issue tracker is only for bugs (with reproducible minimal test case) and feature requests, so please do the following if you have a question:
|
||||
|
||||
- Read the tutorial: http://fabricjs.com/articles
|
||||
- Read the object caching introduction: http://fabricjs.com/fabric-object-caching
|
||||
- Read the docs: http://fabricjs.com/docs
|
||||
- Explore demos: http://fabricjs.com/demos
|
||||
- Look for/ask questions on StackOverflow: http://stackoverflow.com/questions/tagged/fabricjs
|
||||
- Ask on Google Group: https://groups.google.com/forum/#!forum/fabricjs
|
||||
|
||||
|
||||
Think you found a bug?
|
||||
======================
|
||||
The best bug report is a failing test in the repository as a pull request. Otherwise, please use the "BUG REPORT" template below. You NEED to create a fiddle with very simple test case that illustrate the problem. Otherwise the issue will be closed.
|
||||
|
||||
|
||||
Have a feature request?
|
||||
=======================
|
||||
Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc.
|
||||
-->
|
||||
|
||||
<!-- BUG TEMPLATE -->
|
||||
## Version
|
||||
2.3.5
|
||||
|
||||
## Test Case
|
||||
http://jsfiddle.net/fabricjs/Da7SP/
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
## Actual Behavior
|
||||
0
ISSUE_TEMPLATE/HELP.md
Normal file
0
ISSUE_TEMPLATE/HELP.md
Normal file
37
ISSUE_TEMPLATE/ISSUE.md
Normal file
37
ISSUE_TEMPLATE/ISSUE.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<!--
|
||||
Thank you for contributing!
|
||||
|
||||
Have a usage question?
|
||||
======================
|
||||
The issue tracker is only for bugs (with reproducible minimal test case) and feature requests, so please do the following if you have a question:
|
||||
|
||||
- Read the tutorial: http://fabricjs.com/articles
|
||||
- Read the object caching introduction: http://fabricjs.com/fabric-object-caching
|
||||
- Read the docs: http://fabricjs.com/docs
|
||||
- Explore demos: http://fabricjs.com/demos
|
||||
- Look for/ask questions on StackOverflow: http://stackoverflow.com/questions/tagged/fabricjs
|
||||
- Ask on Google Group: https://groups.google.com/forum/#!forum/fabricjs
|
||||
|
||||
|
||||
Think you found a bug?
|
||||
======================
|
||||
The best bug report is a failing test in the repository as a pull request. Otherwise, please use the "BUG REPORT" template below. You NEED to create a fiddle with very simple test case that illustrate the problem. Otherwise the issue will be closed.
|
||||
|
||||
|
||||
Have a feature request?
|
||||
=======================
|
||||
Remove the template from below and provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc.
|
||||
-->
|
||||
|
||||
<!-- BUG TEMPLATE -->
|
||||
## Version
|
||||
2.3.5
|
||||
|
||||
## Test Case
|
||||
http://jsfiddle.net/fabricjs/Da7SP/
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
## Actual Behavior
|
||||
Loading…
Reference in a new issue