aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorIvan Tham2022-03-18 05:06:56 +0000
committerGitHub2022-03-18 05:06:56 +0000
commit533cca7195b5ab36e0a1fa4863d00f6c11cb41b9 (patch)
tree2badda39236465dd520a06192d0bf28f3fdd239e /.github/ISSUE_TEMPLATE/bug_report.md
parentcb7b674f870bcc0928b448d20fd04b6bf2fe8185 (diff)
Improve bug report template (#1826)
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 41b00230..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: C-bug
-assignees: ''
-
----
-
-<!-- Your issue may already be reported!
-Please search on the issue tracker before creating one. -->
-
-### Reproduction steps
-
-<!-- Ideally provide a key sequence and/or asciinema.org recording. -->
-
-### Environment
-
-- Platform: <!-- macOS / Windows / Linux -->
-- Terminal emulator:
-- Helix version: <!-- 'hx -V' if using a release, 'git describe' if building from master -->
-
-<details><summary>~/.cache/helix/helix.log</summary>
-
-```
-please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
-```
-
-</details>