Skip to content

Commit

Permalink
Merge pull request #476 from andygup/3.3.1
Browse files Browse the repository at this point in the history
v3.3.1
  • Loading branch information
andygup authored Jul 12, 2016
2 parents 7dee7b0 + 93f45eb commit 73604df
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 73604df

Please sign in to comment.