CodeCommitsIssuesPull requestsActionsInsightsSecurity
97514764c246bed605436d3ef8baf1183c45493c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/bug-report-or-unexpected-behaviour.md

30lines · modecode

1---
2name: Bug report or unexpected behaviour
3about: Create a report to help us improve ClickHouse
4title: ''
5labels: bug
6assignees: ''
7
8---
9
10(you don't have to strictly follow this form)
11
12**Describe the bug or unexpected behaviour**
13A clear and concise description of what works not as it is supposed to.
14
15**How to reproduce**
16* Which ClickHouse server version to use
17* Which interface to use, if matters
18* Non-default settings, if any
19* `CREATE TABLE` statements for all tables involved
20* 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
21* Queries to run that lead to unexpected result
22
23**Expected behavior**
24A clear and concise description of what you expected to happen.
25
26**Error message and/or stacktrace**
27If applicable, add screenshots to help explain your problem.
28
29**Additional context**
30Add any other context about the problem here.