mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Update issue templates
This commit is contained in:
parent
6af0a5e90a
commit
c15a37077c
3 changed files with 63 additions and 0 deletions
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -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
|
||||
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -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.
|
||||
22
.github/ISSUE_TEMPLATE/help-with-my-own-project.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/help-with-my-own-project.md
vendored
Normal file
|
|
@ -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
|
||||
-->
|
||||
Loading…
Reference in a new issue