File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Translation Issue Report
2
+ description : File a report for translated documentation.
3
+ title : " [translation issue]: "
4
+ labels : ["translation issue"]
5
+ assignees :
6
+ - @ClickHouse/docs
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Please report any problems found with translations of the documentation
12
+ using this form.
13
+ - type : dropdown
14
+ id : language
15
+ attributes :
16
+ label : Language
17
+ description : For which language are you reporting a translation issue?
18
+ options :
19
+ - Русский (Russian)
20
+ - 中文 (Mandarin)
21
+ - 日本語 (Japanese)
22
+ default : 0
23
+ validations :
24
+ required : true
25
+ - type : input
26
+ id : url
27
+ attributes :
28
+ label : URL to page
29
+ description : Please provide the URL of the page in question.
30
+ placeholder : eg. https://clickhouse.com/docs/ru/architecture/replication
31
+ validations :
32
+ required : true
33
+ - type : textarea
34
+ id : problem
35
+ attributes :
36
+ label : What is the problem?
37
+ description : Please tell us what the problem is
38
+ placeholder : Tell us what you see!
39
+ value : " The translation issue on this page is..."
40
+ validations :
41
+ required : true
You can’t perform that action at this time.
0 commit comments