From c0c78d5de7444063f8db6993edeb96d261b9c198 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 1 Feb 2019 08:55:36 -0700 Subject: [PATCH 1/3] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d9..11cfc78 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,14 +4,6 @@ about: Suggest an idea for this project --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +# STOP -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. +We do not track feature requests through Github. Please use the [Spectrum React Table Forum](https://spectrum.chat/react-table) to talk about new ideas and features. From 796a3cbc48be017df597122995183b774287c3a3 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 1 Feb 2019 08:56:40 -0700 Subject: [PATCH 2/3] Update questions--support---help.md --- .github/ISSUE_TEMPLATE/questions--support---help.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/questions--support---help.md b/.github/ISSUE_TEMPLATE/questions--support---help.md index eccbfe2..fbaac0f 100644 --- a/.github/ISSUE_TEMPLATE/questions--support---help.md +++ b/.github/ISSUE_TEMPLATE/questions--support---help.md @@ -4,8 +4,8 @@ about: Looking for help? Need a question answered? --- -STOP!!! +# STOP -Github issues is no place for general support. We encourage you to use our public support forum at https://spectrum.chat/react-table. +We do not use Github to track general support. Please use our public support forum at https://spectrum.chat/react-table. NOTE: If a support/help/question issue is opened, it will be closed immediately and be redirected to the forum. Thanks for helping us keep our issues clean and productive! From 6c46ea8a07716932addadaf32a638dffe4441e48 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 1 Feb 2019 09:01:33 -0700 Subject: [PATCH 3/3] 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.