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