summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-01-31 16:14:14 -0800
committerGitHub <noreply@github.com>2020-01-31 16:14:14 -0800
commitd0ba152f3d1225dec3a1066761e46ebcdebb4922 (patch)
tree0f85eea30c7720a85a0c1396ec0820346184e4eb
parent776f9791d06754b1b902a5ac7b845827d114ddcd (diff)
downloadmemcached-d0ba152f3d1225dec3a1066761e46ebcdebb4922.tar.gz
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..b02bc5a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,25 @@
+---
+name: Bug report
+about: Include some extra information to help with bug reports
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Any information useful for reproducing the bug or crash. Workload, changes in workload, versions affected. If seeing a new issue after an upgrade, please include both before and after versions.
+
+**System Information**
+ - OS/Distro:
+ - Version of OS/distro:
+ - Version of memcached:
+ - Hardware detail:
+
+**Detail (please include!)**
+Always include the output of `stats`, `stats settings`, and optionally `stats items` and `stats slabs`. These can be provided to a maintainer privately if necessary. Please sanitize anything secret from the data.
+
+If you have a segfault or crash, please try to resolve the crash with `addr2line`. If possible, get a core dump and include a full back trace.