File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,25 @@ body:
7171 value : |
7272 ## Environment
7373
74- - type : dropdown
75- id : areas
74+ - type : input
7675 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
76+ label : Output of `uname -a` or `ver`
77+ - type : input
78+ attributes :
79+ label : Output of `java -version`
80+ - type : input
81+ attributes :
82+ label : Quarkus OpenApi version or git rev
83+ - type : input
84+ attributes :
85+ label : Build tool (ie. output of `mvnw --version` or `gradlew --version`)
86+ - type : textarea
87+ attributes :
88+ label : Additional information
89+ description : >
90+ If you have any additional information for us, use the field below.
91+ Please note, you can attach screenshots or screen recordings here, by
92+ dragging and dropping files in the field below.
8793
8894 - type : textarea
8995 attributes :
You can’t perform that action at this time.
0 commit comments