aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/02-bug.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/02-bug.md')
-rw-r--r--.github/ISSUE_TEMPLATE/02-bug.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/ISSUE_TEMPLATE/02-bug.md b/.github/ISSUE_TEMPLATE/02-bug.md
deleted file mode 100644
index 03299e018..000000000
--- a/.github/ISSUE_TEMPLATE/02-bug.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-name: Bug report
-about: If you're actually looking for support, see "ask a question".
-labels: bug, needs-triage
----
-
-### Does your log mention database corruption?
-
-If your Syncthing log reports panics because of database corruption it is
-most likely a fault with your system's storage or memory. Affected log
-entries will contain lines starting with `panic: leveldb`. You will need to
-delete the index database to clear this, by running `syncthing
--reset-database`.
-
-### Include required information
-
-Please be sure to include at least:
-
- - which version of Syncthing and what operating system you are using
- - browser and version, if applicable
- - what happened,
- - what you expected to happen instead, and
- - any steps to reproduce the problem.