-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add issue and enhancement templates (#161)
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- delete unnecessary items --> | ||
### Describe the bug | ||
|
||
### Steps to reproduce | ||
1. | ||
2. | ||
3. | ||
|
||
### Expected behaviour | ||
|
||
### Code example | ||
|
||
### Error log | ||
|
||
### Query log | ||
|
||
### Configuration | ||
#### Environment | ||
* Client version: | ||
* OS: | ||
|
||
#### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for the client | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- delete unnecessary items --> | ||
### Use case | ||
|
||
### Describe the solution you'd like | ||
|
||
### Describe the alternatives you've considered | ||
|
||
### Additional context |