From 80bbd320424629f1f1c7ede5ab36f78b234f3f20 Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Tue, 12 Jul 2016 17:25:40 -0600 Subject: [PATCH 1/2] add issue template --- ISSUE_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ISSUE_TEMPLATE.md 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 From d419c212d768910d4447cb0cf3352d6e9cd37a34 Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Tue, 12 Jul 2016 17:25:49 -0600 Subject: [PATCH 2/2] v3.3.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.