summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2022-06-06 11:39:23 +0300
committerGitHub <noreply@github.com>2022-06-06 11:39:23 +0300
commit475563e2e941ebbdb83f50474bf2daa5ae276fcf (patch)
treee96cd71201394f6de990770bbc6aa806d809f1f9 /.github
parentf55858349344b40168cd83d645b5636295eb92a6 (diff)
downloadredis-475563e2e941ebbdb83f50474bf2daa5ae276fcf.tar.gz
crash report instructions (#10816)
Trying to avoid people opening crash report issues about module crashes and ARM QEMU bugs.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/crash_report.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/crash_report.md b/.github/ISSUE_TEMPLATE/crash_report.md
index 0b0350a12..1118ac13e 100644
--- a/.github/ISSUE_TEMPLATE/crash_report.md
+++ b/.github/ISSUE_TEMPLATE/crash_report.md
@@ -1,12 +1,17 @@
---
name: Crash report
about: Submit a crash report
-title: '[CRASH]'
+title: '[CRASH] <short description>'
labels: ''
assignees: ''
---
+Notice!
+- If a Redis module was involved, please open an issue in the module's repo instead!
+- If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM!
+
+
**Crash report**
Paste the complete crash log between the quotes below. Please include a few lines from the log preceding the crash report to provide some context.