Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Sep 22, 2018
1 parent 6af0a5e commit c15a370
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/help-with-my-own-project.md
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
-->

0 comments on commit c15a370

Please sign in to comment.