From f7cac20b4ed35ba2785b35784e5bdb1154b790ae Mon Sep 17 00:00:00 2001 From: restrry Date: Thu, 26 Sep 2024 12:06:24 +0200 Subject: [PATCH] add issue and enhancement templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c60e0df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + +### 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c44ae36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for the client +title: '' +labels: enhancement +assignees: '' + +--- + + +### Use case + +### Describe the solution you'd like + +### Describe the alternatives you've considered + +### Additional context