Skip to content

Commit 57e9f7f

Browse files
Merge pull request ClickHouse#80326 from Algunenano/templates
Minor improvements to issue templates
2 parents 6a826ff + a63b72f commit 57e9f7f

File tree

5 files changed

+41
-10
lines changed

5 files changed

+41
-10
lines changed

.github/ISSUE_TEMPLATE/30_unexpected-behaviour.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ body:
1515
- type: textarea
1616
attributes:
1717
label: Describe the unexpected behaviour
18-
description: A clear and concise description of what works not as it is supposed to.
18+
description: A clear and concise description of what doesn't work as it is supposed to.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: |
24+
* Which ClickHouse version did you use?
25+
* Does it reproduce in the latest stable release or master?
1926
validations:
2027
required: true
2128
- type: textarea

.github/ISSUE_TEMPLATE/45_usability-issue.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ body:
1818
description: A clear and concise description of what works not as it is supposed to.
1919
validations:
2020
required: true
21+
- type: textarea
22+
attributes:
23+
label: |
24+
* Which ClickHouse version did you use?
25+
* Does it reproduce in the latest stable release or master?
26+
validations:
27+
required: true
2128
- type: textarea
2229
attributes:
2330
label: How to reproduce
2431
description: |
25-
* Which ClickHouse server version to use
2632
* Which interface to use, if matters
2733
* Non-default settings, if any
2834
* `CREATE TABLE` statements for all tables involved

.github/ISSUE_TEMPLATE/50_build-issue.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,39 @@ body:
1212
description: Put your company name or project description here.
1313
validations:
1414
required: false
15+
- type: textarea
16+
attributes:
17+
label: Describe the problem
18+
description: A clear and concise description of what doesn't work as it is supposed to.
19+
validations:
20+
required: true
1521
- type: textarea
1622
attributes:
1723
label: Operating system
1824
description: OS kind or distribution, specific version/release, non-standard kernel if any. If you are trying to build inside virtual machine, please mention it too.
1925
validations:
20-
required: true
26+
required: false
2127
- type: textarea
2228
attributes:
2329
label: CMake version
2430
description: The output of `cmake --version`.
2531
validations:
26-
required: true
32+
required: false
2733
- type: textarea
2834
attributes:
2935
label: Ninja version
3036
description: The output of `ninja --version`.
3137
validations:
32-
required: true
38+
required: false
3339
- type: textarea
3440
attributes:
3541
label: Compiler name and version
3642
description: We recommend to use clang. The version can be obtained via `clang --version`.
3743
validations:
38-
required: true
44+
required: false
3945
- type: textarea
4046
attributes:
41-
label: Full cmake and/or ninja output
42-
description: Please include everything!
47+
label: Full cmake and/or ninja output with the error
48+
description: Please include everything (use https://pastila.nl/ for large output)!
4349
validations:
4450
required: true

.github/ISSUE_TEMPLATE/70_performance-issue.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ body:
1818
description: What exactly works slower than expected?
1919
validations:
2020
required: true
21+
- type: textarea
22+
attributes:
23+
label: |
24+
* Which ClickHouse version did you use?
25+
* Does it reproduce in the latest stable release or master?
26+
validations:
27+
required: true
2128
- type: textarea
2229
attributes:
2330
label: How to reproduce
2431
description: |
25-
* Which ClickHouse server version to use
2632
* Which interface to use, if matters
2733
* Non-default settings, if any
2834
* `CREATE TABLE` statements for all tables involved

.github/ISSUE_TEMPLATE/80_backward-compatibility.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ body:
1818
description: A clear and concise description of what works not as it is supposed to.
1919
validations:
2020
required: true
21+
- type: textarea
22+
attributes:
23+
label: |
24+
* Which ClickHouse version did you use?
25+
* Does it reproduce in the latest stable release or master?
26+
validations:
27+
required: true
2128
- type: textarea
2229
attributes:
2330
label: How to reproduce
2431
description: |
25-
* Which ClickHouse server version to use
2632
* Which interface to use, if matters
2733
* Non-default settings, if any
2834
* `CREATE TABLE` statements for all tables involved

0 commit comments

Comments
 (0)