From 3cb26bca96e200c9d0864ec4e77fe7d8c12cf33a Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Mon, 31 May 2021 17:06:28 +0300 Subject: [PATCH] Update 40_bug-report.md --- .github/ISSUE_TEMPLATE/40_bug-report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/40_bug-report.md b/.github/ISSUE_TEMPLATE/40_bug-report.md index c3edd8f933e..5c8611d47e6 100644 --- a/.github/ISSUE_TEMPLATE/40_bug-report.md +++ b/.github/ISSUE_TEMPLATE/40_bug-report.md @@ -10,9 +10,11 @@ assignees: '' You have to provide the following information whenever possible. **Describe the bug** + A clear and concise description of what works not as it is supposed to. **Does it reproduce on recent release?** + [The list of releases](https://github.com/ClickHouse/ClickHouse/blob/master/utils/list-versions/version_date.tsv) **Enable crash reporting** @@ -27,6 +29,7 @@ If possible, change "enabled" to true in "send_crash_reports" section in `config ``` **How to reproduce** + * Which ClickHouse server version to use * Which interface to use, if matters * Non-default settings, if any @@ -35,10 +38,13 @@ If possible, change "enabled" to true in "send_crash_reports" section in `config * Queries to run that lead to unexpected result **Expected behavior** + A clear and concise description of what you expected to happen. **Error message and/or stacktrace** + If applicable, add screenshots to help explain your problem. **Additional context** + Add any other context about the problem here.