1+ name :Translation Issue Report
2+ description :File a translation issue report
3+ title :" [Typo]:"
4+ labels :["translation"]
5+ body :
6+ -type :markdown
7+ attributes :
8+ value :|
9+ Thanks for taking the time to fill out this translation issue report!
10+ -type :input
11+ id :version
12+ attributes :
13+ label :Python Version
14+ description :Which version of Python docs contains the issue?
15+ placeholder :ex. 3.12
16+ validations :
17+ required :true
18+ -type :input
19+ id :url
20+ attributes :
21+ label :Docs Page
22+ description :What is the url of the page contains the issue?
23+ placeholder :https://docs.python.org/3/about.html
24+ validations :
25+ required :true
26+ -type :textarea
27+ id :zh-original
28+ attributes :
29+ label :Original Translation
30+ description :Which translated paragraph in Chinese contains the issue?
31+ validations :
32+ required :true
33+ -type :textarea
34+ id :en-original
35+ attributes :
36+ label :Original Docs Paragraph
37+ description :Which original paragraph in English contains the issue?
38+ validations :
39+ required :false
40+ -type :textarea
41+ id :zh-suggested
42+ attributes :
43+ label :Suggested Fix
44+ description :What is you suggeest fix?
45+ validations :
46+ required :true