Skip to content

Commit bb31b69

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

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ body:
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:

0 commit comments

Comments
 (0)