From 48869a65e712d970b288bdf2903b4ca10735a75f Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 24 May 2018 17:00:17 -0600 Subject: [PATCH] Better issue template --- ISSUE_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 1979b80..09ab051 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,3 +1,9 @@ +## Is this a general question about implementation, support, api, or anything else? + +STOP WHERE YOU ARE and visit https://spectrum.chat/react-table. Your question has likely already been discussed there. If it hasn't, then please post it there. Github issues are no place for the mundane question. They are to be used only for bug tracking. + +If you believe you have indeed uncovered a bug, then please proceed! + ## What version of React-Table are you using? Your bug may already be fixed in the latest release. Run `yarn upgrade react-table`!