From 6c46ea8a07716932addadaf32a638dffe4441e48 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 1 Feb 2019 09:01:33 -0700 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 96f59c5..7a3dd9b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,14 @@ about: Create a report to help us improve --- +# Using v6? + +v6 is now considered feature complete to its current abilities and limitations. We are not actively working to fix any issues for v6 any more. We will, however, merge any non-breaking pull requests submitted to fix anything in v6. + +# Using v7? + +Thanks for using the alpha version of React Table v7! We're very excited about it. + **Describe the bug** A clear and concise description of what the bug is. @@ -18,7 +26,7 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Codesandbox!** -Use a new [react-table codesandbox](codesandbox.io/s/X6npLXPRW) to reproduce the issue. +Use a new [react-table codesandbox](https://codesandbox.io/s/m5lxzzpz69) to reproduce the issue. **Screenshots** If applicable, add screenshots to help explain your problem.