From 83423bf9852b97c1a9f1e1c9bd709bc0f0ab35c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E9=A1=B5=E7=B4=A0=E4=B9=A6?= <2931107265@qq.com> Date: Fri, 26 Nov 2021 14:09:40 +0800 Subject: [PATCH] Issue: remove old issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ---------------------- .github/ISSUE_TEMPLATE/new_story.md | 17 ----------------- 2 files changed, 39 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/new_story.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index fbf699c01f..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -labels: C-bug, candidate -assignees: '' - ---- - - -**Describe the bug**: - -**Expected behavior**: - -**Diagnostic information:** - - -- Filecoin Version: -- Filecoin Inspect Output: -- Initialization Command: diff --git a/.github/ISSUE_TEMPLATE/new_story.md b/.github/ISSUE_TEMPLATE/new_story.md deleted file mode 100644 index 974e9d305c..0000000000 --- a/.github/ISSUE_TEMPLATE/new_story.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: New story -about: Create a new story. Typically created after design intent is written down and - subjected to constructive feedback (see CONTRIBUTING.md). -title: '' -labels: candidate -assignees: '' - ---- -### Description -Please first see README for how to get help before filing a new issue. - -### Acceptance criteria - -### Risks + pitfalls - -### Where to begin