Skip to content

Commit 5081f67

Browse files
authored
Merge pull request #3477 from Blargian/translations_issue_form
Translations: add issue form for translations
2 parents b11fcd4 + d4925db commit 5081f67

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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

0 commit comments

Comments
 (0)