Skip to content

Commit

Permalink
Merge pull request #916 from ClickHouse/bug-report-template
Browse files Browse the repository at this point in the history
extend bug report template
  • Loading branch information
mshustov authored Mar 8, 2023
2 parents b7fbe1f + c7a0ab7 commit 28833a6
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,35 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''

---

### Issue description
Tell us what should happen and what happens instead
<!-- delete unnecessary items -->
### Describe the bug

### Example code
### Steps to reproduce
1.
2.
3.

### Expected behaviour

### Code example
```go
If possible, please enter some example code here to reproduce the issue.
```

### Error log
```
If you have an error log, please paste it here.
```

### Configuration
*OS:*

*Interface:* E.g. `native`, `database/sql`

*Driver version:*

*Go version:* run `go version` in your console

*ClickHouse Server version:*
#### Environment
* Client version:
* Language version:
* OS:
* Interface: ClickHouse API / database/sql compatible driver

#### ClickHouse server
* ClickHouse Server version:
* ClickHouse Server non-default settings, if any:
* `CREATE TABLE` statements for tables involved:
* 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 comments on commit 28833a6

Please sign in to comment.