Skip to content

Commit

Permalink
update GH issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Mar 28, 2024
1 parent dd64726 commit 1766034
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 40 deletions.
51 changes: 31 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,46 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: bug, needs triage
assignees: ''

---

<!-- delete unnecessary items -->
### Describe the bug
## Observed

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

### Expected behaviour
## Expected behaviour

## Code example

<!-- it is important to provide a code snippet that reproduces the issue -->

### Code example
```go
package code

// your code snippet here
```

## Error log

<!-- nice to have, if you have an error log -->

```log
```
### Error log

### Configuration
#### 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

## Details

### Environment
* [ ] `clickhouse-go` version:
* [ ] Interface: ClickHouse API / `database/sql` compatible driver
* [ ] Go version:
* [ ] Operating system:
* [ ] ClickHouse version:
* [ ] Is it a ClickHouse Cloud?
* [ ] 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
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature request
url: https://github.com/ClickHouse/clickhouse-go/discussions/new?category=feature-requests
about: We use Discussions for feature requests
- name: Start a discussion
url: https://github.com/ClickHouse/clickhouse-go/discussions/new/choose
about: We use Discussions for these reports
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 1766034

Please sign in to comment.