-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
63 additions
and
0 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,22 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report with a reproducible test case in a JSFIDDLE | ||
|
||
--- | ||
|
||
<!-- BUG TEMPLATE --> | ||
## Version | ||
2.4.0 | ||
|
||
## Test Case | ||
http://jsfiddle.net/fabricjs/Da7SP/ | ||
|
||
## Information about environment | ||
Nodejs or browser? | ||
Which browsers? | ||
|
||
## Steps to reproduce | ||
|
||
## Expected Behavior | ||
|
||
## Actual Behavior |
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,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!-- Please consider feature requests are not help with specific projects or particular features of editor use cases. The feature should be of general utility and enough flexible to fit in the library --> | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**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,22 @@ | ||
--- | ||
name: Help with my own project | ||
about: Report a question you previously open on stack overflow with enough context | ||
|
||
--- | ||
|
||
<!-- | ||
Add a brief description of your problem and link a stack overflow question that is already posted and that contains a full working snippet and not a link to a fiddle, of your problem. | ||
Missing that issue will be closed with no response. | ||
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 | ||
--> |