Skip to content

Commit d3722f3

Browse files
committed
Implement requested changes
Implement requested changes
1 parent 5c31b93 commit d3722f3

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)