Skip to content

Commit 3f5d90c

Browse files
authored
docs: update bug report template for v3 (#867)
- Remove outdated v0.1.x CodeSandbox link - Add note about using v3.x with Pane component API - Add StackBlitz as alternative reproduction option - Add Environment section for version info Fixes #865
1 parent 6028054 commit 3f5d90c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Steps to reproduce the behavior:
1818

1919
or
2020

21-
Post a link to a [CodeSandbox](https://codesandbox.io/). You can start by forking [this one](https://codesandbox.io/s/mz305w3yoy).
21+
Post a link to a reproduction using [StackBlitz](https://stackblitz.com/) or [CodeSandbox](https://codesandbox.io/).
22+
23+
> **Note:** Make sure you're using react-split-pane v3.x with the new `<Pane>` component API. See the [README](https://github.com/tomkp/react-split-pane#readme) for usage examples.
2224
2325
#### Expected behavior
2426

@@ -28,6 +30,13 @@ A clear and concise description of what you expected to happen.
2830

2931
If applicable, add screenshots to help explain your problem.
3032

33+
#### Environment
34+
35+
- react-split-pane version:
36+
- React version:
37+
- Browser:
38+
- OS:
39+
3140
#### Additional context
3241

3342
Add any other context about the problem here.

0 commit comments

Comments
 (0)