ClickHouse/.github/ISSUE_TEMPLATE/bug-report.md

31 lines
921 B
Markdown
Raw Normal View History

2019-09-05 08:51:56 +00:00
---
2020-03-13 17:52:09 +00:00
name: Bug report
2019-09-05 08:51:56 +00:00
about: Create a report to help us improve ClickHouse
title: ''
labels: bug
assignees: ''
---
(you don't have to strictly follow this form)
2020-03-13 17:52:09 +00:00
**Describe the bug**
2019-09-05 08:51:56 +00:00
A clear and concise description of what works not as it is supposed to.
**How to reproduce**
* Which ClickHouse server version to use
* Which interface to use, if matters
* Non-default settings, if any
* `CREATE TABLE` statements for all tables involved
2019-09-23 16:18:19 +00:00
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/dbms/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
2019-09-05 08:51:56 +00:00
* 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.