From d5fc894dd7cfbbb3ccc7e35a0b8f7126abdb0ee8 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 4 Oct 2018 14:54:16 -0600 Subject: [PATCH] Delete ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 09ab051..0000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ -## 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`! -Place your version here... - -## What bug are you experiencing, or what feature are you proposing? - -Please include a detailed explanation here... - -## Use https://codesandbox.io/s/X6npLXPRW (by clicking the "Fork" button) to reproduce the issue. - -Then paste a link to your newly forked codesandbox here... - -## What are the steps to reproduce the issue? - -1. list the steps -2. to reproduce -3. the issue