Skip to content

Commit 9b30b83

Browse files
committed
Fixes after review
1 parent 34cf2ab commit 9b30b83

File tree

6 files changed

+13
-27
lines changed

6 files changed

+13
-27
lines changed

.github/ISSUE_TEMPLATE/30_unexpected-behaviour.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ body:
2020
required: true
2121
- type: textarea
2222
attributes:
23-
label: |
24-
* Which ClickHouse version did you use?
25-
* Does it reproduce in the latest stable release or master?
23+
label: Which ClickHouse versions are affected?
2624
validations:
2725
required: true
2826
- type: textarea
@@ -33,7 +31,7 @@ body:
3331
* Which interface to use, if matters
3432
* Non-default settings, if any
3533
* `CREATE TABLE` statements for all tables involved
36-
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
34+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/c81bec37a58757be1e2b1ac6f20a62b3f14a31f1/programs/obfuscator/Obfuscator.cpp#L55-L95) if necessary
3735
* Queries to run that lead to unexpected result
3836
validations:
3937
required: true

.github/ISSUE_TEMPLATE/35_incomplete_implementation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
* Which interface to use, if matters
2727
* Non-default settings, if any
2828
* `CREATE TABLE` statements for all tables involved
29-
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
29+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/c81bec37a58757be1e2b1ac6f20a62b3f14a31f1/programs/obfuscator/Obfuscator.cpp#L55-L95) if necessary
3030
* Queries to run that lead to unexpected result
3131
validations:
3232
required: true

.github/ISSUE_TEMPLATE/45_usability-issue.yaml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Usability issue
1+
name: Usability improvement request
22
description: Report something can be made more convenient to use
33
labels: ["usability"]
44
body:
@@ -14,15 +14,13 @@ body:
1414
required: false
1515
- type: textarea
1616
attributes:
17-
label: Describe the unexpected behaviour
18-
description: A clear and concise description of what works not as it is supposed to.
17+
label: Describe the improvement
18+
description: A clear and concise description of what you want to happen
1919
validations:
2020
required: true
2121
- type: textarea
2222
attributes:
23-
label: |
24-
* Which ClickHouse version did you use?
25-
* Does it reproduce in the latest stable release or master?
23+
label: Which ClickHouse versions are affected?
2624
validations:
2725
required: true
2826
- type: textarea
@@ -32,16 +30,10 @@ body:
3230
* Which interface to use, if matters
3331
* Non-default settings, if any
3432
* `CREATE TABLE` statements for all tables involved
35-
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
33+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/c81bec37a58757be1e2b1ac6f20a62b3f14a31f1/programs/obfuscator/Obfuscator.cpp#L55-L95) if necessary
3634
* Queries to run that lead to unexpected result
3735
validations:
3836
required: true
39-
- type: textarea
40-
attributes:
41-
label: Expected behavior
42-
description: A clear and concise description of what you expected to happen.
43-
validations:
44-
required: false
4537
- type: textarea
4638
attributes:
4739
label: Error message and/or stacktrace

.github/ISSUE_TEMPLATE/70_performance-issue.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ body:
2020
required: true
2121
- type: textarea
2222
attributes:
23-
label: |
24-
* Which ClickHouse version did you use?
25-
* Does it reproduce in the latest stable release or master?
23+
label: Which ClickHouse versions are affected?
2624
validations:
2725
required: true
2826
- type: textarea
@@ -32,7 +30,7 @@ body:
3230
* Which interface to use, if matters
3331
* Non-default settings, if any
3432
* `CREATE TABLE` statements for all tables involved
35-
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
33+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/c81bec37a58757be1e2b1ac6f20a62b3f14a31f1/programs/obfuscator/Obfuscator.cpp#L55-L95) if necessary
3634
* Queries to run that lead to unexpected result
3735
validations:
3836
required: true

.github/ISSUE_TEMPLATE/80_backward-compatibility.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ body:
2020
required: true
2121
- type: textarea
2222
attributes:
23-
label: |
24-
* Which ClickHouse version did you use?
25-
* Does it reproduce in the latest stable release or master?
23+
label: Which ClickHouse versions are affected?
2624
validations:
2725
required: true
2826
- type: textarea
@@ -32,7 +30,7 @@ body:
3230
* Which interface to use, if matters
3331
* Non-default settings, if any
3432
* `CREATE TABLE` statements for all tables involved
35-
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
33+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/c81bec37a58757be1e2b1ac6f20a62b3f14a31f1/programs/obfuscator/Obfuscator.cpp#L55-L95) if necessary
3634
* Queries to run that lead to unexpected result
3735
validations:
3836
required: true

.github/ISSUE_TEMPLATE/85_bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body:
5252
* Which interface to use, if matters
5353
* Non-default settings, if any
5454
* `CREATE TABLE` statements for all tables involved
55-
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
55+
* Sample data for all these tables, use [clickhouse-obfuscator](https://github.com/ClickHouse/ClickHouse/blob/c81bec37a58757be1e2b1ac6f20a62b3f14a31f1/programs/obfuscator/Obfuscator.cpp#L55-L95) if necessary
5656
* Queries to run that lead to unexpected result
5757
validations:
5858
required: true

0 commit comments

Comments
 (0)