You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+31-20
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,46 @@
2
2
name: Bug report
3
3
about: Create a report to help us improve
4
4
title: ''
5
-
labels: bug
5
+
labels: bug, needs triage
6
6
assignees: ''
7
7
8
8
---
9
9
10
-
<!-- delete unnecessary items -->
11
-
### Describe the bug
10
+
## Observed
12
11
13
-
### Steps to reproduce
14
12
1.
15
13
2.
16
14
3.
17
15
18
-
### Expected behaviour
16
+
## Expected behaviour
17
+
18
+
## Code example
19
+
20
+
<!-- it is important to provide a code snippet that reproduces the issue -->
19
21
20
-
### Code example
21
22
```go
23
+
package code
24
+
25
+
// your code snippet here
26
+
```
27
+
28
+
## Error log
29
+
30
+
<!-- nice to have, if you have an error log -->
31
+
32
+
```log
33
+
22
34
```
23
-
### Error log
24
-
25
-
### Configuration
26
-
#### Environment
27
-
* Client version:
28
-
* Language version:
29
-
* OS:
30
-
* Interface: ClickHouse API / database/sql compatible driver
31
-
32
-
#### ClickHouse server
33
-
* ClickHouse Server version:
34
-
* ClickHouse Server non-default settings, if any:
35
-
*`CREATE TABLE` statements for tables involved:
36
-
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
35
+
36
+
## Details
37
+
38
+
### Environment
39
+
*[ ]`clickhouse-go` version:
40
+
*[ ] Interface: ClickHouse API / `database/sql` compatible driver
41
+
*[ ] Go version:
42
+
*[ ] Operating system:
43
+
*[ ] ClickHouse version:
44
+
*[ ] Is it a ClickHouse Cloud?
45
+
*[ ] ClickHouse Server non-default settings, if any:
46
+
*[ ]`CREATE TABLE` statements for tables involved:
47
+
*[ ] 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