Skip to content

Commit 032f736

Browse files
authored
Merge pull request #1255 from ClickHouse/bug_report_template
add a bug report template
2 parents a577dae + 21e8bf4 commit 032f736

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- delete unnecessary items -->
11+
### Describe the bug
12+
13+
### Steps to reproduce
14+
1.
15+
2.
16+
3.
17+
18+
### Expected behaviour
19+
20+
### Code example
21+
```java
22+
```
23+
### Error log
24+
25+
### Configuration
26+
#### Environment
27+
* Client version:
28+
* Language version:
29+
* OS:
30+
31+
#### ClickHouse server
32+
* ClickHouse Server version:
33+
* ClickHouse Server non-default settings, if any:
34+
* `CREATE TABLE` statements for tables involved:
35+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary

0 commit comments

Comments
 (0)