File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,16 @@ body:
100100 validations :
101101 required : true
102102
103+ # Current version of TypeScript
104+ - type : input
105+ id : typescript-version
106+ attributes :
107+ label : TypeScript version
108+ description : Which version of TypeScript are you installing?
109+ placeholder : e.g. 5.9.3
110+ validations :
111+ required : true
112+
103113 # Operating system
104114 - type : dropdown
105115 id : os
Original file line number Diff line number Diff line change 6666 validations :
6767 required : true
6868
69+ - type : input
70+ id : version
71+ attributes :
72+ label : TypeScript version
73+ description : Which version of TypeScript are you installing?
74+ placeholder : e.g. 5.9.3
75+ validations :
76+ required : true
77+
6978 - type : dropdown
7079 id : os
7180 attributes :
Original file line number Diff line number Diff line change 9090 validations :
9191 required : true
9292
93+ - type : input
94+ id : typescript-version
95+ attributes :
96+ label : TypeScript version
97+ description : |
98+ Which version of TypeScript are you installing?
99+ <br/>
100+ 您安装的哪个版本的 TypeScript?
101+ placeholder : e.g. 5.9.3
102+ validations :
103+ required : true
104+
93105 - type : textarea
94106 id : additional
95107 attributes :
You can’t perform that action at this time.
0 commit comments