Skip to content

Commit

Permalink
Add JS Bin template for reporting issues.
Browse files Browse the repository at this point in the history
Close #78

Co-Authored-By: Jochen Kühner <[email protected]>
  • Loading branch information
mar10 and jogibear9988 committed Jan 20, 2024
1 parent ec8f9ce commit 1188a54
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 18 deletions.
25 changes: 14 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: ""
labels: bug, need-triage
assignees: ''

assignees: ""
---

Thank you for your contribution.
Expand All @@ -16,6 +15,7 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -28,18 +28,21 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Minimal Reproducible Example**
See here for an [HTML template](https://mar10.github.io/wunderbaum/index.html#/tutorial/contribute);
See here for an details and an
[HTML template](https://mar10.github.io/wunderbaum/index.html#/tutorial/contribute);

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ First release.
> This section will be removed after the beta phase. <br>
> Note that semantic versioning rules are not strictly followed during this phase.
- v0.8.1: Fix #76: Lazyload could be called for the same node multiple times
- v0.8.1: Fix #75: After reloading nodes with "resetLazy", wunderbaum is broken
- v0.8.1: Fix #73: Fix typing of `tree.options.dnd.dropEffect` and others
- v0.8.1: Fix #72: DragEnter event does not provide the source node, only the target
- Thanks to @jogibear9988 for the testing and opening #72, #73, #75, #76
- v0.8.1: Fix #72: DragEnter event does not provide the source node, only the target.
- v0.8.1: Fix #73: Fix typing of `tree.options.dnd.dropEffect` and others.
- v0.8.1: Fix #75: After reloading nodes with "resetLazy", wunderbaum is broken.
- v0.8.1: Fix #76: Lazyload could be called for the same node multiple times.
- v0.8.1: Fix #78: Add JS Bin template for reporting issues.
- Thanks to @jogibear9988 for the testing, opening, and contributing to all of
these issues.

- v0.8.0: Add `expand(e)` and `beforeExpand(e)` events.
- v0.8.0: Add `tree.findByRefKey()`, `node.getCloneList()`, and `node.isClone()`.
Expand Down
8 changes: 6 additions & 2 deletions docs/tutorial/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ reproduce. <br>
A bug report should contain:

- A short description of the problem.
- A [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).<br>
See here for [a wunderbaum triage template](https://github.com/mar10/wunderbaum/blob/main/test/triage/issue_000.html).
- A [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example):
- See here for [a wunderbaum triage template](https://github.com/mar10/wunderbaum/blob/main/test/triage/issue_000.html). <br>
Copy and rename this file, then edit it to reproduce the issue.
It can be opened directly in the browser.
- See here for [a wunderbaum JS Bin template](https://jsbin.com/lecasinava/edit?html,js,output).
Copy and edit this template to reproduce the issue.
- The expected result.
- The actual result.
- The version of the library.
Expand Down

0 comments on commit 1188a54

Please sign in to comment.