Skip to content

Commit 1766034

Browse files
committed
update GH issue templates
1 parent dd64726 commit 1766034

File tree

3 files changed

+39
-40
lines changed

3 files changed

+39
-40
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+31-20
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,46 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: bug
5+
labels: bug, needs triage
66
assignees: ''
77

88
---
99

10-
<!-- delete unnecessary items -->
11-
### Describe the bug
10+
## Observed
1211

13-
### Steps to reproduce
1412
1.
1513
2.
1614
3.
1715

18-
### Expected behaviour
16+
## Expected behaviour
17+
18+
## Code example
19+
20+
<!-- it is important to provide a code snippet that reproduces the issue -->
1921

20-
### Code example
2122
```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+
2234
```
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

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature request
4+
url: https://github.com/ClickHouse/clickhouse-go/discussions/new?category=feature-requests
5+
about: We use Discussions for feature requests
6+
- name: Start a discussion
7+
url: https://github.com/ClickHouse/clickhouse-go/discussions/new/choose
8+
about: We use Discussions for these reports

.github/ISSUE_TEMPLATE/feature_request.md

-20
This file was deleted.

0 commit comments

Comments
 (0)