Skip to content

Commit

Permalink
Simplifying
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonday authored Mar 4, 2018
1 parent 5b0fb62 commit 2d49a44
Showing 1 changed file with 8 additions and 47 deletions.
55 changes: 8 additions & 47 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,15 @@
Description of issue:

> short description of the bug / issue, provide more detail below.

====================================================================


###### `[ paste a link to an example (demo or active link) of the issue here ]`

Your issue may be closed without active code to debug. Options include jsfiddle, jsbin, codepen, dropbox, etc. with code highlighting the specific issue you are having


====================================================================


#### Steps to reproduce the problem

1. ...
2. ...


====================================================================


#### What is the expected behaviour?

...


====================================================================


#### What is the observed behaviour?

...


====================================================================

#### When you set `debug:true` and inspect the iframe, what do you see?

...


====================================================================

#### More Details

- Which browsers/versions does it happen on?
- Which printThis version are you using?
- Did this work before?

Code & options:
```
//Example:
$('#myDiv').printThis({
importCSS: false
});
```



0 comments on commit 2d49a44

Please sign in to comment.