File tree Expand file tree Collapse file tree 1 file changed +24
-12
lines changed Expand file tree Collapse file tree 1 file changed +24
-12
lines changed Original file line number Diff line number Diff line change 2525 validations :
2626 required : true
2727
28+ - type : input
29+ attributes :
30+ label : Dependency version
31+ validations :
32+ required : true
33+
2834 - type : textarea
2935 id : i-tried-this
3036 attributes :
@@ -71,19 +77,25 @@ body:
7177 value : |
7278 ## Environment
7379
74- - type : dropdown
75- id : areas
80+ - type : input
7681 attributes :
77- label : " Area(s)"
78- multiple : true
79- options :
80- - Documentation
81- - Schema
82- - CTK
83- - Examples
84- - Use Cases
85- - Community
86- - Other
82+ label : Output of `uname -a` or `ver`
83+ - type : input
84+ attributes :
85+ label : Output of `java -version`
86+ - type : input
87+ attributes :
88+ label : Quarkus OpenApi version or git rev
89+ - type : input
90+ attributes :
91+ label : Build tool (ie. output of `mvnw --version` or `gradlew --version`)
92+ - type : textarea
93+ attributes :
94+ label : Additional information
95+ description : >
96+ If you have any additional information for us, use the field below.
97+ Please note, you can attach screenshots or screen recordings here, by
98+ dragging and dropping files in the field below.
8799
88100 - type : textarea
89101 attributes :
You can’t perform that action at this time.
0 commit comments