Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Steps to reproduce the behavior:

or

Post a link to a [CodeSandbox](https://codesandbox.io/). You can start by forking [this one](https://codesandbox.io/s/mz305w3yoy).
Post a link to a reproduction using [StackBlitz](https://stackblitz.com/) or [CodeSandbox](https://codesandbox.io/).

> **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.

#### Expected behavior

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

If applicable, add screenshots to help explain your problem.

#### Environment

- react-split-pane version:
- React version:
- Browser:
- OS:

#### Additional context

Add any other context about the problem here.