From a2fcc18df2f325d0712766f2ec7ea5afd94e7168 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 18 Feb 2021 14:15:05 -0500 Subject: [PATCH] Delete core-bug.md --- .github/ISSUE_TEMPLATE/core-bug.md | 35 ------------------------------ 1 file changed, 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/core-bug.md diff --git a/.github/ISSUE_TEMPLATE/core-bug.md b/.github/ISSUE_TEMPLATE/core-bug.md deleted file mode 100644 index 829855d34..000000000 --- a/.github/ISSUE_TEMPLATE/core-bug.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Core bug -about: A bug that occurs in Slate's core logic, on all platforms -title: '' -labels: bug -assignees: '' - ---- - -**Description** -A clear and concise description of what the bug is. - -**Recording** -A GIF or video showing the issue happening. (If you don't include this, there's a very good chance your issue will be closed, because it's much too hard to figure out exactly what is going wrong, and it makes maintenance much harder.) - -**Sandbox** -A link to a sandbox where the error can be reproduced. (You can start from the base sandbox here: https://codesandbox.io/s/slate-reproductions-c7gyg or refer to the Slate website too.) - -**Steps** -To reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expectation** -A clear and concise description of what you expected to happen. (Often it's helpful to test out the behavior of other editors like Google Docs, Medium, Notion, etc. to see how they handle the same issue.) - -**Environment** -- Slate Version: [e.g. 0.59] -- Operating System: [e.g. iOS] -- Browser: [e.g. Chrome, Safari] - -**Context** -Add any other context about the problem here. (The fastest way to have an issue fixed is to create a pull request with working, tested code and we'll help merge it. Slate is solving a pretty complex problem, and we can't do it without active contributors, so thank you so much for your help!)