diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d2b71b..dad95b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..3bd668c1 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -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) \ No newline at end of file