Skip to content

Commit

Permalink
Merge branch 'master' into 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andygup committed Jul 12, 2016
2 parents 68f48fd + d419c21 commit 93f45eb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# offline-editor-js - Changelog

## Version 3.3.1 - June 12, 2016

No breaking changes.

**Enhancements**
* Adds an ISSUE_TEMPLATE

## Version 3.3.0 - June 12, 2016

No breaking changes.
Expand Down
21 changes: 21 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#### Expected behavior

- Which offline library are you using (e.g. OfflineEditBasic.js, OfflineTilesAdvanced, etc)?
- What's the offline library version number?
- Describe what you expected or wanted to happen.
- What you are trying to achieve?

#### Actual behavior

- Describe what occurs in your code.
- Specifically, what seems to work differently than you intended?
- Provide any error messages you see in the console.

#### Steps to reproduce the behavior

**We can only help you if we're able to reproduce the behavior you describe above.** Please provide:

0. What operating system, browser and browser version are you using?
1. Steps to reproduce the behavior
2. A link to an app where we can carry out those steps (either our example pages, your publicly facing app, JSFiddle, JSBin, etc)
3. Relevant code snippet(s) (only if not easily obtained from the above link)

0 comments on commit 93f45eb

Please sign in to comment.