From d55cd076eeaf36e7891a078abcdfc2a3c8ce71b5 Mon Sep 17 00:00:00 2001 From: tomkp Date: Tue, 6 Jan 2026 16:08:35 +0000 Subject: [PATCH] docs: update bug report template for v3 - 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 --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b57b7328..d232f005 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 `` component API. See the [README](https://github.com/tomkp/react-split-pane#readme) for usage examples. #### Expected behavior @@ -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.