Update issue templates

This commit is contained in:
Andrea Bogazzi 2018-09-22 16:32:51 +02:00
parent 6af0a5e90a
commit c15a37077c
3 changed files with 63 additions and 0 deletions

22
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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

View 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.

View 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
-->