Skip to content

Commit 8a9f81f

Browse files
Merge pull request ClickHouse#80382 from ClickHouse/revert-80326-templates
Revert "Minor improvements to issue templates"
2 parents 57e9f7f + eeef0d9 commit 8a9f81f

File tree

5 files changed

+10
-41
lines changed

5 files changed

+10
-41
lines changed

.github/ISSUE_TEMPLATE/30_unexpected-behaviour.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ body:
1515
- type: textarea
1616
attributes:
1717
label: Describe the unexpected behaviour
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?
18+
description: A clear and concise description of what works not as it is supposed to.
2619
validations:
2720
required: true
2821
- type: textarea

.github/ISSUE_TEMPLATE/45_usability-issue.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,11 @@ 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
2821
- type: textarea
2922
attributes:
3023
label: How to reproduce
3124
description: |
25+
* Which ClickHouse server version to use
3226
* Which interface to use, if matters
3327
* Non-default settings, if any
3428
* `CREATE TABLE` statements for all tables involved

.github/ISSUE_TEMPLATE/50_build-issue.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,33 @@ 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
2115
- type: textarea
2216
attributes:
2317
label: Operating system
2418
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.
2519
validations:
26-
required: false
20+
required: true
2721
- type: textarea
2822
attributes:
2923
label: CMake version
3024
description: The output of `cmake --version`.
3125
validations:
32-
required: false
26+
required: true
3327
- type: textarea
3428
attributes:
3529
label: Ninja version
3630
description: The output of `ninja --version`.
3731
validations:
38-
required: false
32+
required: true
3933
- type: textarea
4034
attributes:
4135
label: Compiler name and version
4236
description: We recommend to use clang. The version can be obtained via `clang --version`.
4337
validations:
44-
required: false
38+
required: true
4539
- type: textarea
4640
attributes:
47-
label: Full cmake and/or ninja output with the error
48-
description: Please include everything (use https://pastila.nl/ for large output)!
41+
label: Full cmake and/or ninja output
42+
description: Please include everything!
4943
validations:
5044
required: true

.github/ISSUE_TEMPLATE/70_performance-issue.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,11 @@ 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
2821
- type: textarea
2922
attributes:
3023
label: How to reproduce
3124
description: |
25+
* Which ClickHouse server version to use
3226
* Which interface to use, if matters
3327
* Non-default settings, if any
3428
* `CREATE TABLE` statements for all tables involved

.github/ISSUE_TEMPLATE/80_backward-compatibility.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,11 @@ 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
2821
- type: textarea
2922
attributes:
3023
label: How to reproduce
3124
description: |
25+
* Which ClickHouse server version to use
3226
* Which interface to use, if matters
3327
* Non-default settings, if any
3428
* `CREATE TABLE` statements for all tables involved

0 commit comments

Comments
 (0)